mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
buildmk: support Solaris x86
This commit is contained in:
parent
3df522ce76
commit
d6dda49887
1 changed files with 1 additions and 0 deletions
1
dist/buildmk
vendored
1
dist/buildmk
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue