aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-02 19:29:39 +0000
committerrsc <devnull@localhost>2004-03-02 19:29:39 +0000
commitdc9d0ffc7558dacde0df81ff3b278fa6f356f46f (patch)
tree8a0613664b39a48f6913398ceab55e54fd260757 /bin
parentff34e95bc37cb18829fd61b5d9dce6103042c472 (diff)
downloadplan9port-dc9d0ffc7558dacde0df81ff3b278fa6f356f46f.tar.gz
plan9port-dc9d0ffc7558dacde0df81ff3b278fa6f356f46f.tar.bz2
plan9port-dc9d0ffc7558dacde0df81ff3b278fa6f356f46f.zip
Use cflags (bug introduced by Mac tweak).
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9c b/bin/9c
index beba6064..020123c3 100755
--- a/bin/9c
+++ b/bin/9c
@@ -13,7 +13,7 @@ usegcc()
-Wno-comment \
-Wno-sign-compare \
"
- cflags="$cflags -ggdb"
+ cflags="$ngflags -ggdb"
}
tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}-${CC9:-cc}"