aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c4ef316f..7625cc80 100755
--- a/INSTALL
+++ b/INSTALL
@@ -76,6 +76,10 @@ if [ `uname` = Darwin ]; then
echo " i386 found."
echo "OBJTYPE=386" >>$PLAN9/config
;;
+ *ppc*)
+ echo " power found."
+ echo "OBJTYPE=power" >>$PLAN9/config
+ ;;
esac
rm -f ./a.out
fi