mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 20:58:48 +00:00
![K. Richard Pixley](/assets/img/avatar_default.png)
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.
17 lines
495 B
Plaintext
17 lines
495 B
Plaintext
# Host: Commodore Amiga running SVR4.
|
|
NAT_FILE= nm-sysv4.h
|
|
NATDEPFILES= corelow.o core-svr4.o procfs.o fork-child.o
|
|
XDEPFILES=
|
|
XM_FILE= xm-amix.h
|
|
SYSV_DEFINE=-DSYSV
|
|
REGEX=regex.o
|
|
REGEX1=regex.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.
|
|
TERMCAP=-ltermlib
|
|
|
|
# SVR4 puts the BSD compatible install in /usr/ucb.
|
|
INSTALL = /usr/ucb/install -c
|