Add inftarg.o and fork-child.o to all *.mh that reference infptrace.o.
[deliverable/binutils-gdb.git] / gdb / config / i386v4.mh
CommitLineData
9336ad7a 1# Host: Intel 386 running SVR4.
3d42671f 2
9336ad7a
FF
3SYSV_DEFINE=-DSYSV
4REGEX=regex.o
5REGEX1=regex.o
ca9b13c7 6
3d42671f
FF
7# Need to compile and link in support for SVR4's /proc and i386 host dependent
8# routines.
165410d1 9XDEPFILES= procfs.o fork-child.o i386-xdep.o
3d42671f
FF
10
11# Use the i386 SVR4 host configuration file.
12XM_FILE= xm-i386v4.h
13
ca9b13c7 14# We need to find alloca() somewhere. Gcc has one built in, but most other
3e60a6b1
FF
15# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
16# we have to be careful not to pull in anything else from the library (lots
17# of things are broken in most SVR4 versions). The best solution is to just
18# compile alloca.c and link it into the executable. If we end up not needing
19# it, then the code is just dead. Once alloca.c moves to libiberty, then we
20# can eliminate this semi-kludge.
21ALLOCA=alloca.o
22ALLOCA1=alloca.o
23
24# SVR4 comes standard with terminfo, and in some implementations, the
25# old termcap descriptions are incomplete. So ensure that we use the
26# new terminfo interface and latest terminal descriptions.
27TERMCAP=-ltermlib
36ce1b64
FF
28
29# SVR4 puts the BSD compatible install in /usr/ucb.
30INSTALL = /usr/ucb/install -c
This page took 0.045408 seconds and 4 git commands to generate.