This commit is contained in:
Russ Cox 2009-07-14 22:55:52 -07:00
commit e6c837d612
9 changed files with 31 additions and 5 deletions

4
dist/buildmk vendored
View file

@ -2,13 +2,13 @@
# run this in the src directory
SYSNAME=`uname` export SYSNAME
OBJTYPE=`uname -m | sed '
OBJTYPE=`uname -p | sed '
s;i.86;386;;
s;i86pc;386;;
s;amd64;x86_64;;
s;/.*;;; s; ;;g;
s;armv4l;arm;g;
s;PowerMacintosh;power;g;
s;powerpc;power;g;
s;macppc;power;g;
s;ppc64;power;g;
s;ppc;power;g;