From c5a475c86d9c3b9263514915d25702eff2734bd8 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 17 Oct 1991 05:57:02 +0000 Subject: [PATCH] * xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath. * xconfig/tahoe: Add REGEX, which seems to be missing. --- gdb/config/i386sco.mh | 1 + gdb/config/tahoe.mh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/gdb/config/i386sco.mh b/gdb/config/i386sco.mh index 1cbeb636f66..db69226bc82 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 ea52af90853..6b3a6bb5502 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 -- 2.30.2