* config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS.
[deliverable/binutils-gdb.git] / gdb / config / m68k / amix.mh
1 # Host: Commodore Amiga running SVR4.
2 NAT_FILE= nm-sysv4.h
3 NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o
4 XDEPFILES=
5 XM_FILE= xm-amix.h
6 SYSV_DEFINE=-DSYSV
7 REGEX=regex.o
8 REGEX1=regex.o
9
10 # SVR4 comes standard with terminfo, and in some implementations, the
11 # old termcap descriptions are incomplete. So ensure that we use the
12 # new terminfo interface and latest terminal descriptions.
13 TERMCAP=-ltermlib
14
15 # SVR4 puts the BSD compatible install in /usr/ucb.
16 INSTALL = /usr/ucb/install -c
This page took 0.029276 seconds and 4 git commands to generate.