diff options
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 |