diff options
author | Arvindh Rajesh Tamilmani <art@a-30.net> | 2010-04-09 15:28:16 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2010-04-09 15:28:16 -0700 |
commit | 80c90f271e673a036cf208399cfc824e388249c5 (patch) | |
tree | ac44124a2d752aeb79e0b3c3139a532d946652e3 /dist/buildmk | |
parent | f50c3e956ffbeb15f3d386752805d1baf1c708df (diff) | |
download | plan9port-80c90f271e673a036cf208399cfc824e388249c5.tar.gz plan9port-80c90f271e673a036cf208399cfc824e388249c5.tar.bz2 plan9port-80c90f271e673a036cf208399cfc824e388249c5.zip |
fix build on SunOS (Sparc)
R=rsc
CC=codebot
http://codereview.appspot.com/882044
Diffstat (limited to 'dist/buildmk')
-rwxr-xr-x | dist/buildmk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/buildmk b/dist/buildmk index 3f26d0af..ff2f0b67 100755 --- a/dist/buildmk +++ b/dist/buildmk @@ -14,5 +14,6 @@ OBJTYPE=`uname -m -p | sed ' s;.*ppc64.*;power;g; s;.*ppc.*;power;g; s;.*alpha.*;alpha;g; + s;.*sun4u.*;sun4u;g; '` export OBJTYPE sh -x mkmk.sh |