| -fno-omit-frame-pointer \ |
| # want to put -fno-optimize-sibling-calls here but |
| # that option only works with gcc3+ it seems |
| tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}-${CC9:-cc}" |
| cflags="$ngflags -g3 -no-cpp-precomp" ;; |
| *HP-UX*) cc=cc; cflags="-g -O -c -Ae" ;; |
| *OSF1*) cc=cc; cflags="-g -O -c" ;; |
| cflags="-g -O -c -xCC -D__sun__" |
| s=`echo $u$v | tr '. ' '__'` |
| cflags="$cflags -D__$s__" |
| s=`echo $u$v | tr '. ' '__'` |
| cflags="$cflags -D__$s__" |
| echo 9c does not know how to compile on "$tag" 1>&2 |
| exec $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@" 2>&1 | |
| /bin/sed 's/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' 1>&2 |
| exec $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@" |