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