mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
01f5ed6da0
* config/tm-sysv4.h: Don't include solib.h. * config/xm-sysv4.h: Don't define SVR4_SHARED_LIBS. * config/i386/i386v4.mt (TDEPFILES): Move solib.o from here... * config/i386/i386v4.mh (NATDEPFILES): ...to here. * config/i386/nm-i386v4.h: Include nm-sysv4.h. * config/m68k/amix.mt (TDEPFIES): Move solib.o from here... * config/m68k/amix.mh (NATDEPFILES): ...to here.
17 lines
503 B
Plaintext
17 lines
503 B
Plaintext
# Host: Commodore Amiga running SVR4.
|
|
NAT_FILE= nm-sysv4.h
|
|
NATDEPFILES= corelow.o core-svr4.o solib.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
|