* config/i386/ncr3000.mh, config/i386/i386v4.mh,

config/i386/i386sol2.mh, config/m68k/hp300hpux.mh,
config/m68k/amix.mh, config/mips/irix[34].mh, config/m88k/delta88.mh,
config/sparc/sun4sol2.mh (ALLOCA, ALLOCA1): macros removed.

* config/mips/decstation.mh, config/rs6000/rs6000.mh (MMALLOC_LIB):
renamed to MMALLOC.
This commit is contained in:
K. Richard Pixley 1993-06-24 20:53:06 +00:00
parent f6fba99573
commit e704cf435b
7 changed files with 1 additions and 29 deletions

View File

@ -7,16 +7,6 @@ SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
# We need to find alloca() somewhere. Gcc has one built in, but most other
# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
# we have to be careful not to pull in anything else from the library (lots
# of things are broken in most SVR4 versions). The best solution is to just
# compile alloca.c and link it into the executable. If we end up not needing
# it, then the code is just dead. Once alloca.c moves to libiberty, then we
# can eliminate this semi-kludge.
ALLOCA=alloca.o
ALLOCA1=alloca.o
# SVR4 comes standard with terminfo, and in some implementations, the
# old termcap descriptions are incomplete. So ensure that we use the
# new terminfo interface and latest terminal descriptions.

View File

@ -11,5 +11,3 @@ NATDEPFILES= infptrace.o inftarg.o fork-child.o hp300ux-nat.o
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
ALLOCA=alloca.o
ALLOCA1=alloca.o

View File

@ -5,8 +5,6 @@ NAT_FILE= nm-m88k.h
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o m88k-nat.o
REGEX=regex.o
REGEX1=regex.o
ALLOCA=alloca.o
ALLOCA1=alloca.o
# Have to use /bin/nm because a bfd nm won't do the right thing
MUNCH_DEFINE=MUNCH_NM=/bin/nm
M_INSTALL=cp gdb.z $(ddestdir)/man/man1

View File

@ -7,5 +7,5 @@ NATDEPFILES= infptrace.o inftarg.o corelow.o mips-nat.o fork-child.o
# We can't use MMALLOC because the DECstation RPC library can't cope
# with a malloc(0) that returns 0. Besides, it's useless on a machine
# without a real mmap().
MMALLOC_LIB =
MMALLOC =
MMALLOC_DISABLE = -DNO_MMALLOC

View File

@ -3,7 +3,5 @@ XDEPFILES=
XM_FILE= xm-irix3.h
NAT_FILE= nm-irix3.h
NATDEPFILES= fork-child.o corelow.o infptrace.o inftarg.o mips-nat.o
ALLOCA=alloca.o
ALLOCA1=alloca.o
MUNCH_DEFINE=-B
XM_CLIBS=-lbsd

View File

@ -3,8 +3,6 @@ XDEPFILES=
XM_FILE= xm-irix4.h
NAT_FILE= nm-irix4.h
NATDEPFILES= fork-child.o procfs.o irix4-nat.o corelow.o
ALLOCA=alloca.o
ALLOCA1=alloca.o
MUNCH_DEFINE=-B
XM_CLIBS=-lbsd -lsun
INSTALL = cp

View File

@ -8,16 +8,6 @@ SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
# We need to find alloca() somewhere. Gcc has one built in, but most other
# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
# we have to be careful not to pull in anything else from the library (lots
# of things are broken in most SVR4 versions). The best solution is to just
# compile alloca.c and link it into the executable. If we end up not needing
# it, then the code is just dead. Once alloca.c moves to libiberty, then we
# can eliminate this semi-kludge.
####ALLOCA=alloca.o
####ALLOCA1=alloca.o
# SVR4 comes standard with terminfo, and in some implementations, the
# old termcap descriptions are incomplete. So ensure that we use the
# new terminfo interface and latest terminal descriptions.