aboutsummaryrefslogtreecommitdiff
path: root/dist/buildmk
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2011-10-23 17:55:23 -0400
committerRuss Cox <rsc@swtch.com>2011-10-23 17:55:23 -0400
commit813b3eea8b469a6d603f13a51a8afb8e3dae3a32 (patch)
tree20b7ed1c8480d230d179c37889d273fec9053a63 /dist/buildmk
parenta2deaac4b1066df5de4774737ddc9f4b6edbaef9 (diff)
downloadplan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.tar.gz
plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.tar.bz2
plan9port-813b3eea8b469a6d603f13a51a8afb8e3dae3a32.zip
OS X PowerPC fixes (thanks Cameron Kaiser)
Diffstat (limited to 'dist/buildmk')
-rwxr-xr-xdist/buildmk1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/buildmk b/dist/buildmk
index cfb7826c..379e9dc1 100755
--- a/dist/buildmk
+++ b/dist/buildmk
@@ -10,6 +10,7 @@ OBJTYPE=`(uname -m -p 2>/dev/null || uname -m) | sed '
s;.*armv.*;arm;g;
s;.*powerpc.*;power;g;
s;.*PowerMacintosh.*;power;g;
+ s;.*Power.Macintosh.*;power;g;
s;.*macppc.*;power;g;
s;.*ppc64.*;power;g;
s;.*ppc.*;power;g;