summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-11 10:37:38 +0000
committerobrien <obrien@FreeBSD.org>2000-01-11 10:37:38 +0000
commit882cc3f153fa4d135c7307ddb7324520674d1174 (patch)
tree586d2d76bf7167ccfcb19913b611f3ad25336fc1 /gnu
parentdfec3bcff15876bc71bb876b2370a253cda20842 (diff)
downloadFreeBSD-src-882cc3f153fa4d135c7307ddb7324520674d1174.zip
FreeBSD-src-882cc3f153fa4d135c7307ddb7324520674d1174.tar.gz
Drop the use of Bison for Byacc now that we don't need to depend on the
--broken-undeftoken-init Bison 1.25 bug.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 2f27946..b157b82 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -4,8 +4,6 @@
.PATH: ${GCCDIR}/cp
-YACC= bison --broken-undeftoken-init
-
PROG= cc1plus
SRCS= parse.c parse.h
SRCS+= call.c class.c cvt.c decl.c decl2.c errfn.c error.c except.c expr.c \
OpenPOWER on IntegriCloud