mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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....
This commit is contained in:
parent
6db03527ff
commit
33f62e7951
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49213
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue