diff options
author | Fred Fish <fnf@specifix.com> | 1992-03-15 01:10:01 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-03-15 01:10:01 +0000 |
commit | 3d42671fef978ab7cca25729b9f387602f305385 (patch) | |
tree | 3ab651c67a0de848b53c2804a2ed3e05d5824b1a | |
parent | 318bf84ffe5bc5472cefe0c1a838f132f9ac4ff9 (diff) | |
download | gdb-3d42671fef978ab7cca25729b9f387602f305385.zip gdb-3d42671fef978ab7cca25729b9f387602f305385.tar.gz gdb-3d42671fef978ab7cca25729b9f387602f305385.tar.bz2 |
Missed in last checkin.
-rw-r--r-- | gdb/config/i386v4.mh | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gdb/config/i386v4.mh b/gdb/config/i386v4.mh index 6a5ef06..ac7ad65 100644 --- a/gdb/config/i386v4.mh +++ b/gdb/config/i386v4.mh @@ -1,11 +1,16 @@ # Host: Intel 386 running SVR4. -XDEPFILES= procfs.o i386-xdep.o -XM_FILE= xm-i386v4.h -XM_CLIBS= + SYSV_DEFINE=-DSYSV REGEX=regex.o REGEX1=regex.o +# Need to compile and link in support for SVR4's /proc and i386 host dependent +# routines. +XDEPFILES= procfs.o i386-xdep.o + +# Use the i386 SVR4 host configuration file. +XM_FILE= xm-i386v4.h + # We need to find alloca() somewhere. Gcc has one built in, but most other # compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because # we have to be careful not to pull in anything else from the library (lots |