aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-01-10 20:43:39 +0000
committerIan Lance Taylor <ian@airs.com>1996-01-10 20:43:39 +0000
commit5207a907b6fd8160f5e171769dde012678af9a19 (patch)
tree02df39cbd825999e9b64425c62d623d39961a7c0 /binutils/Makefile.in
parent52edddb97066df42beacf09a2f1d2e04605ce717 (diff)
downloadgdb-5207a907b6fd8160f5e171769dde012678af9a19.zip
gdb-5207a907b6fd8160f5e171769dde012678af9a19.tar.gz
gdb-5207a907b6fd8160f5e171769dde012678af9a19.tar.bz2
* Makefile.in: (ALLOCA, MALLOC): Remove variables.
(ADDL_LIBS): Remove $(MALLOC) from definition. * alloca.c, gmalloc.c: Remove.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in21
1 files changed, 2 insertions, 19 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index ce5e314..799a81a 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -145,30 +145,13 @@ GENERATED_CFILES = \
$(CC) -c $(ALL_CFLAGS) $<
DEBUG_OBJS = rddbg.o debug.o stabs.o ieee.o prdbg.o
-#
-## Random definitions
-# Hopefully all these may be flushed once we get configuration down pat.
-
-# alloca only needed for systems which don't have it and when cc != gcc.
-# ALLOCA = alloca.o
-
-# nm tries to malloc enough space for the string table. The old GNU malloc
-# rounds this up to a power of two (e.g. 5M becomes 8M), and so it might
-# fail unnecessarily. I've also seen some Unix malloc's fail, even when
-# there is enough memory. So use the new GNU malloc.
-# MALLOC = gmalloc.o
-# Use this if the system malloc is good enough.
-MALLOC =
-
-# Use the GNU getopt unless you have problems with it.
-# The IRIS version could probably benefit from being assembled with
-# libmalloc rather than the ordinary malloc.
+
LIBIBERTY = ../libiberty/libiberty.a
# Code shared by all the binutils.
BULIBS = bucomm.o version.o filemode.o
-ADDL_LIBS = $(MALLOC) $(BULIBS) $(BFD) $(LIBIBERTY)
+ADDL_LIBS = $(BULIBS) $(BFD) $(LIBIBERTY)
BFD = ../bfd/libbfd.a
OPCODES = ../opcodes/libopcodes.a