diff options
author | wkj <devnull@localhost> | 2004-12-29 01:32:12 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-12-29 01:32:12 +0000 |
commit | 89a4515039d725e72db035504ec57cd388807d96 (patch) | |
tree | 80998b61bc6d88c002dfe642e22ec767e1203a28 /bin/9c | |
parent | e25d5b710a929bdd50c7fd84b57c507ee4a0fdb0 (diff) | |
download | plan9port-89a4515039d725e72db035504ec57cd388807d96.tar.gz plan9port-89a4515039d725e72db035504ec57cd388807d96.tar.bz2 plan9port-89a4515039d725e72db035504ec57cd388807d96.zip |
GC now-unused FreeBSD-specific #defines.
Diffstat (limited to 'bin/9c')
-rwxr-xr-x | bin/9c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 - |