mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
src/mkhdr: support Solaris x86
This commit is contained in:
parent
d6dda49887
commit
01e0780781
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ SYSNAME=`uname`
|
|||
# objtype rules also in Makefile
|
||||
OBJTYPE=`uname -m | sed '
|
||||
s;i.86;386;;
|
||||
s;i86pc;386;;
|
||||
s;amd64;x86_64;;
|
||||
s;/.*;;;
|
||||
s; ;;g;
|
||||
|
|
Loading…
Reference in a new issue