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/i386sco.mh | |
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/i386sco.mh')
-rw-r--r-- | gdb/config/i386sco.mh | 1 |
1 files changed, 1 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 |