* libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc.
[deliverable/binutils-gdb.git] / Makefile.in
index 4774c504f166573c506af544401d5b6342de199e..a106172206892f21817755ba6a84f1e38ed51efa 100644 (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)" \
@@ -974,6 +972,9 @@ GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS)
 
 .PHONY: setup-dirs-gdb gdb.tar.gz make-gdb.tar.gz
 setup-dirs-gdb:
+       $(start-sanitize-Sanitize)
+       @if [ -f .Sanitize ] ; then echo "RUN Sanitize FIRST!" ; false ; fi ;
+       $(end-sanitize-Sanitize)
        ./configure sun4
        $(MAKE) clean
        ./configure -rm sun4
This page took 0.024907 seconds and 4 git commands to generate.