arm
This commit is contained in:
parent
48ca8d21f7
commit
f51bf04878
4 changed files with 105 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue