* 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:
Jim Kingdon 1994-02-02 19:56:10 +00:00
parent 37f24dc945
commit 0f18218b26
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
for GDB and GDB has been fixed to not need it.
Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com)
* config/mh-lynxosrs6k: Account for lack of ranlib!

View File

@ -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)" \