merge
This commit is contained in:
commit
5f6612babb
15 changed files with 125 additions and 55 deletions
2
bin/9c
2
bin/9c
|
|
@ -56,7 +56,7 @@ case "$tag" in
|
|||
v=`uname -r`
|
||||
s=`echo $u$v | tr '. ' '__'`
|
||||
cflags="$ngflags -g"
|
||||
cflags="$cflags -D__${s}__"
|
||||
cflags="$cflags -D__sun__ -D__${s}__"
|
||||
;;
|
||||
*)
|
||||
echo 9c does not know how to compile on "$tag" 1>&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue