summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-01 15:44:51 +0000
committerobrien <obrien@FreeBSD.org>1999-08-01 15:44:51 +0000
commit3766f18249bc08db073f6202d4ff8e6e665f09b0 (patch)
tree13d83d344781472a34b3663b9e00996b84f08e1d /gnu
parent829f896d968dd46db6d84831fdde926360208820 (diff)
downloadFreeBSD-src-3766f18249bc08db073f6202d4ff8e6e665f09b0.zip
FreeBSD-src-3766f18249bc08db073f6202d4ff8e6e665f09b0.tar.gz
Only use Bison to generate cc1plus's parse code.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index ecbf066..b8fc6de 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.34 1999/07/28 07:22:08 obrien Exp $
+# $Id: Makefile.inc,v 1.35 1999/07/29 09:49:29 obrien Exp $
#
.include "../Makefile.inc"
@@ -8,8 +8,6 @@
.if !defined(GCCDIR)
GCCDIR= ${.CURDIR}/../../../../contrib/egcs/gcc
-YACC= bison
-
.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
GCC_ARCH=mips
.else
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 0cc873d..5ee3317 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -1,11 +1,13 @@
#
-# $Id: Makefile,v 1.15 1999/07/28 07:19:38 obrien Exp $
+# $Id: Makefile,v 1.16 1999/07/28 07:22:05 obrien Exp $
#
.include "../Makefile.inc"
.PATH: ${GCCDIR}/cp
+YACC= bison
+
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