mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
* Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
for GDB and GDB has been fixed to not need it.
This commit is contained in:
@ -70,7 +70,6 @@ CXXFLAGS = -g -O
|
||||
|
||||
RANLIB = ranlib
|
||||
NM = nm
|
||||
MUNCH_NM = $(NM)
|
||||
# Not plain GZIP, since gzip looks there for extra command-line options.
|
||||
GZIPPROG = gzip
|
||||
|
||||
@ -246,7 +245,6 @@ BASE_FLAGS_TO_PASS = \
|
||||
"LEX=$(LEX)" \
|
||||
"M4=$(M4)" \
|
||||
"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
|
||||
"MUNCH_NM=$(MUNCH_NM)" \
|
||||
"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
|
||||
"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
|
||||
"SHELL=$(SHELL)" \
|
||||
|
Reference in New Issue
Block a user