GC now-unused FreeBSD-specific #defines.
This commit is contained in:
parent
e25d5b710a
commit
89a4515039
1 changed files with 0 additions and 8 deletions
8
bin/9c
8
bin/9c
|
|
@ -22,13 +22,6 @@ usegcc()
|
|||
|
||||
tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}-${CC9:-cc}"
|
||||
case "$tag" in
|
||||
*FreeBSD*) usegcc
|
||||
case "`uname -r`" in
|
||||
5.*)
|
||||
cflags="$cflags -D__FreeBSD5__"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*BSD*) usegcc ;;
|
||||
*Darwin*) usegcc
|
||||
cflags="$ngflags -g3 -no-cpp-precomp" ;;
|
||||
|
|
@ -69,4 +62,3 @@ case "$tag" in
|
|||
exec $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue