mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* Makefile.in (BISON): Remove macro definition.
(YACC): Set from autoconfig. (FLAGS_TO_PASS): Remove BISON. (TARGET_FLAGS_TO_PASS): Remove BISON
This commit is contained in:
@ -67,10 +67,7 @@ CC=@CC@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
# If you use bison instead of yacc, it needs to include the "-y" argument.
|
YACC=@YACC@
|
||||||
#BISON=bison -y
|
|
||||||
BISON=yacc
|
|
||||||
YACC=$(BISON)
|
|
||||||
|
|
||||||
# where to find makeinfo, preferably one designed for texinfo-2
|
# where to find makeinfo, preferably one designed for texinfo-2
|
||||||
MAKEINFO=makeinfo
|
MAKEINFO=makeinfo
|
||||||
@ -262,8 +259,7 @@ FLAGS_TO_PASS = \
|
|||||||
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
||||||
"INSTALL_DATA=$(INSTALL_DATA)" \
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
||||||
"RUNTEST=$(RUNTEST)" \
|
"RUNTEST=$(RUNTEST)" \
|
||||||
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)"
|
||||||
"BISON=$(BISON)"
|
|
||||||
|
|
||||||
# Flags that we pass when building the testsuite.
|
# Flags that we pass when building the testsuite.
|
||||||
|
|
||||||
@ -324,7 +320,6 @@ TARGET_FLAGS_TO_PASS = \
|
|||||||
"prefix=$(prefix)" \
|
"prefix=$(prefix)" \
|
||||||
"exec_prefix=$(exec_prefix)" \
|
"exec_prefix=$(exec_prefix)" \
|
||||||
"against=$(against)" \
|
"against=$(against)" \
|
||||||
"BISON=$(BISON)" \
|
|
||||||
'CC=$$(CC_FOR_TARGET)' \
|
'CC=$$(CC_FOR_TARGET)' \
|
||||||
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
|
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
|
||||||
"CFLAGS=$(CFLAGS)" \
|
"CFLAGS=$(CFLAGS)" \
|
||||||
|
Reference in New Issue
Block a user