aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9c')
-rwxr-xr-xbin/9c8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/9c b/bin/9c
index 0b5e95fa..cc6ec8ed 100755
--- a/bin/9c
+++ b/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
-