diff options
author | Albert Lee <trisk@acm.jhu.edu> | 2008-12-01 19:12:12 -0500 |
---|---|---|
committer | Albert Lee <trisk@acm.jhu.edu> | 2008-12-01 19:12:12 -0500 |
commit | d6dda498877a678b3a04029acdecb42343543289 (patch) | |
tree | bd602178423e1bea02a1683cb9831c8fc2b2f0c4 /dist | |
parent | 3df522ce763ba9b478c1c866ecfc5d00c20d23d3 (diff) | |
download | plan9port-d6dda498877a678b3a04029acdecb42343543289.tar.gz plan9port-d6dda498877a678b3a04029acdecb42343543289.tar.bz2 plan9port-d6dda498877a678b3a04029acdecb42343543289.zip |
buildmk: support Solaris x86
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/buildmk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/buildmk b/dist/buildmk index dfeebb54..ce3047af 100755 --- a/dist/buildmk +++ b/dist/buildmk @@ -4,6 +4,7 @@ SYSNAME=`uname` export SYSNAME OBJTYPE=`uname -m | sed ' s;i.86;386;; + s;i86pc;386;; s;amd64;x86_64;; s;/.*;;; s; ;;g; s;armv4l;arm;g; |