Tweaks for the Macintosh.
This commit is contained in:
parent
6e2cec77b2
commit
53dbac9485
5 changed files with 87 additions and 9 deletions
4
bin/9c
4
bin/9c
|
|
@ -19,7 +19,9 @@ usegcc()
|
|||
tag="`uname`-`uname -m`-${CC9:-cc}"
|
||||
case "$tag" in
|
||||
*BSD*) usegcc ;;
|
||||
*Darwin*) usegcc ;;
|
||||
*Darwin*) usegcc
|
||||
cflags=`echo $cflags|sed 's/-ggdb/-g3 -no-cpp-precomp/'`
|
||||
;;
|
||||
*HP-UX*) cc=cc; cflags="-g -O -c -Ae" ;;
|
||||
*Linux*) usegcc ;;
|
||||
*OSF1*) cc=cc; cflags="-g -O -c" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue