* m68k-tdep.c (m68k_saved_pc_after_call): Use 'GDB_TARGET_IS_SUN3'
[deliverable/binutils-gdb.git] / gdb / config / amix.mh
CommitLineData
d10861fd 1# Host: Commodore Amiga running SVR4.
285b1325 2XDEPFILES= procfs.o
d10861fd
FF
3XM_FILE= xm-amix.h
4SYSV_DEFINE=-DSYSV
5REGEX=regex.o
6REGEX1=regex.o
3e60a6b1
FF
7
8# We need to find alloca() somewhere. Gcc has one built in, but most other
9# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
10# we have to be careful not to pull in anything else from the library (lots
11# of things are broken in most SVR4 versions). The best solution is to just
12# compile alloca.c and link it into the executable. If we end up not needing
13# it, then the code is just dead. Once alloca.c moves to libiberty, then we
14# can eliminate this semi-kludge.
15ALLOCA=alloca.o
16ALLOCA1=alloca.o
17
18# SVR4 comes standard with terminfo, and in some implementations, the
19# old termcap descriptions are incomplete. So ensure that we use the
20# new terminfo interface and latest terminal descriptions.
21TERMCAP=-ltermlib
36ce1b64
FF
22
23# SVR4 puts the BSD compatible install in /usr/ucb.
24INSTALL = /usr/ucb/install -c
This page took 0.04998 seconds and 4 git commands to generate.