tGC now-unused FreeBSD-specific #defines. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 89a4515039d725e72db035504ec57cd388807d96
DIR parent e25d5b710a929bdd50c7fd84b57c507ee4a0fdb0
HTML Author: wkj <devnull@localhost>
Date: Wed, 29 Dec 2004 01:32:12 +0000
GC now-unused FreeBSD-specific #defines.
Diffstat:
M bin/9c | 8 --------
1 file changed, 0 insertions(+), 8 deletions(-)
---
DIR diff --git a/bin/9c b/bin/9c
t@@ -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" ;;
t@@ -69,4 +62,3 @@ case "$tag" in
exec $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@"
;;
esac
-