Annoying changes to work on Sun boxes.
This commit is contained in:
parent
50e628cb8f
commit
1c253ceb58
19 changed files with 95 additions and 54 deletions
5
bin/9c
5
bin/9c
|
|
@ -15,8 +15,7 @@ usegcc()
|
|||
"
|
||||
}
|
||||
|
||||
cc=none
|
||||
tag="`uname`-`uname -m`-${CC:-cc}"
|
||||
tag="`uname`-`uname -m`-${CC9:-cc}"
|
||||
case "$tag" in
|
||||
*BSD*) usegcc ;;
|
||||
*Darwin*) usegcc ;;
|
||||
|
|
@ -30,4 +29,4 @@ case "$tag" in
|
|||
exit 1
|
||||
esac
|
||||
|
||||
exec cc $cflags "$@"
|
||||
exec $cc $cflags "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue