This commit is contained in:
rsc 2005-11-01 18:35:44 +00:00
parent 48ca8d21f7
commit f51bf04878
4 changed files with 105 additions and 1 deletions

View file

@ -1,9 +1,11 @@
SYSNAME=`uname`
# objtype rules also in Makefile
OBJTYPE=`uname -m | sed '
s;i.86;386;;
s;amd64;x86_64;;
s;/.*;;;
s; ;;g;
s;armv4l;arm;g;
s;PowerMacintosh;power;g;
s;macppc;power;g;
s;ppc64;power;g;