From 90688587630ee513b69a79932f1ac923952e3f9c Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Wed, 26 Mar 2008 12:15:07 +0100 Subject: [PATCH] use plain bison Let caller decide whether to use --fixed-output-files or not --- package/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Makefile.in b/package/Makefile.in index 1009d21..d3343d2 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -155,7 +155,7 @@ endif INSTALL=/usr/bin/install FLEX:=$(shell $(CONFIG_SHELL) -c 'which flex || type -p flex') BISON:=$(shell $(CONFIG_SHELL) -c 'which bison || type -p bison') -BISON+= -y +#BISON+= -y HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \ -e 's/sparc.*/sparc/' \ -- 2.11.4.GIT