diff options
-rw-r--r-- | gdb/config/decstation.mh | 2 | ||||
-rw-r--r-- | gdb/config/i386sco.mh | 1 | ||||
-rw-r--r-- | gdb/config/sun3os4.mh | 2 | ||||
-rw-r--r-- | gdb/config/sun4os4.mh | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/decstation.mh b/gdb/config/decstation.mh index 35b945d8a98..28fcc1eb855 100644 --- a/gdb/config/decstation.mh +++ b/gdb/config/decstation.mh @@ -1,5 +1,3 @@ # Host: Little-endian MIPS machine such as DECstation. XDEPFILES= infptrace.o mips-xdep.o coredep.o XM_FILE= xm-mips.h -# Might need to uncomment this for old versions of Ultrix. -XM_CFLAGS= -DHAVE_STRSTR diff --git a/gdb/config/i386sco.mh b/gdb/config/i386sco.mh index db69226bc82..1cbeb636f66 100644 --- a/gdb/config/i386sco.mh +++ b/gdb/config/i386sco.mh @@ -2,7 +2,6 @@ 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/sun3os4.mh b/gdb/config/sun3os4.mh index 822d80d6c32..4ec8d548570 100644 --- a/gdb/config/sun3os4.mh +++ b/gdb/config/sun3os4.mh @@ -1,5 +1,3 @@ # Host: Sun 3, running SunOS 4 -#msg If you are compiling on SunOS 4.0 through 4.0.3c, delete the line -#msg in xm-sun3os4 that says `#define HAVE_STRSTR'. XDEPFILES= infptrace.o sun3-xdep.o XM_FILE= xm-sun3os4.h diff --git a/gdb/config/sun4os4.mh b/gdb/config/sun4os4.mh index 8bfaf88add9..d83d0edcbcc 100644 --- a/gdb/config/sun4os4.mh +++ b/gdb/config/sun4os4.mh @@ -1,5 +1,3 @@ # Host: Sun 4 or Sparcstation, running SunOS 4 -#msg If you are compiling on SunOS 4.0 through 4.0.3c, delete the line -#msg in xm-sun4os4 that says `#define HAVE_STRSTR'. XDEPFILES= infptrace.o sparc-xdep.o XM_FILE= xm-sun4os4.h |