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.
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
-ALLOCA=alloca.o
-ALLOCA1=alloca.o
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
# 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
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
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
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.