summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-07-29 09:49:29 +0000
committerobrien <obrien@FreeBSD.org>1999-07-29 09:49:29 +0000
commitf979029f4c917975a43d757d90bc80f4153fe1ca (patch)
treed705fe3be9c3ace7a64c5a0d691bc87756c095c5 /gnu
parentb10abbc3c0dc774658140663a50f71d22871396d (diff)
downloadFreeBSD-src-f979029f4c917975a43d757d90bc80f4153fe1ca.zip
FreeBSD-src-f979029f4c917975a43d757d90bc80f4153fe1ca.tar.gz
Go back to using Bison for now, due to `make world' breakage.
BTW, if our src/contrib/bison is upgraded from 1.25 to the current 1.27 offering, the build breaks exactly the same way....
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 2d4e77c..ecbf066 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.33 1999/04/22 20:12:21 obrien Exp $
+# $Id: Makefile.inc,v 1.34 1999/07/28 07:22:08 obrien Exp $
#
.include "../Makefile.inc"
@@ -8,6 +8,8 @@
.if !defined(GCCDIR)
GCCDIR= ${.CURDIR}/../../../../contrib/egcs/gcc
+YACC= bison
+
.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
GCC_ARCH=mips
.else
OpenPOWER on IntegriCloud