diff options
author | Russ Cox <rsc@swtch.com> | 2011-10-23 17:55:23 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-10-23 17:55:23 -0400 |
commit | 813b3eea8b469a6d603f13a51a8afb8e3dae3a32 (patch) | |
tree | 20b7ed1c8480d230d179c37889d273fec9053a63 /INSTALL | |
parent | a2deaac4b1066df5de4774737ddc9f4b6edbaef9 (diff) | |
download | plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.tar.gz plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.tar.bz2 plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.zip |
OS X PowerPC fixes (thanks Cameron Kaiser)
Diffstat (limited to 'INSTALL')
-rwxr-xr-x | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |