From 3d42671fef978ab7cca25729b9f387602f305385 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 15 Mar 1992 01:10:01 +0000 Subject: [PATCH] Missed in last checkin. --- gdb/config/i386v4.mh | 11 ++++++++--- 1 file 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 -- 2.7.4