diff options
author | John Gilmore <gnu@cygnus> | 1991-10-17 05:57:02 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-17 05:57:02 +0000 |
commit | c5a475c86d9c3b9263514915d25702eff2734bd8 (patch) | |
tree | 8d00454b3801ca32fde7b8041aa1f38358667024 /gdb/config | |
parent | 9e0906a6b236cd1f8fcc52f31b30b6539387439f (diff) | |
download | gdb-c5a475c86d9c3b9263514915d25702eff2734bd8.zip gdb-c5a475c86d9c3b9263514915d25702eff2734bd8.tar.gz gdb-c5a475c86d9c3b9263514915d25702eff2734bd8.tar.bz2 |
* xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath.
* xconfig/tahoe: Add REGEX, which seems to be missing.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386sco.mh | 1 | ||||
-rw-r--r-- | gdb/config/tahoe.mh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/i386sco.mh b/gdb/config/i386sco.mh index 1cbeb63..db69226 100644 --- a/gdb/config/i386sco.mh +++ b/gdb/config/i386sco.mh @@ -2,6 +2,7 @@ XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o XM_FILE= xm-i386sco.h XM_CLIBS= -lPW +XM_FLAGS=-DHAVE_STRSTR SYSV_DEFINE=-DSYSV REGEX=regex.o REGEX1=regex.o diff --git a/gdb/config/tahoe.mh b/gdb/config/tahoe.mh index ea52af9..6b3a6bb 100644 --- a/gdb/config/tahoe.mh +++ b/gdb/config/tahoe.mh @@ -1,3 +1,5 @@ # Host: CCI or Harris Tahoe running BSD Unix XDEPFILES= infptrace.o coredep.o +REGEX=regex.o +REGEX1=regex.o XM_FILE= xm-tahoe.h |