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