aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-23 18:12:20 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-23 18:12:20 +0000
commite89b8910fcef1e832bf8dad4dd8704d2a1697ce9 (patch)
tree9fe4c8b1b1f180bad5d35718101730e35f3d123a
parentb391b96dfb1b2ffccec91d99168ef6eff44b84e0 (diff)
downloadgdb-e89b8910fcef1e832bf8dad4dd8704d2a1697ce9.zip
gdb-e89b8910fcef1e832bf8dad4dd8704d2a1697ce9.tar.gz
gdb-e89b8910fcef1e832bf8dad4dd8704d2a1697ce9.tar.bz2
Add note about strstr botch on sunos4.0.3c and previous.
-rw-r--r--gdb/config/sun3os4.mh2
-rw-r--r--gdb/config/sun4os4.mh2
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/sun3os4.mh b/gdb/config/sun3os4.mh
index 4ec8d54..822d80d 100644
--- a/gdb/config/sun3os4.mh
+++ b/gdb/config/sun3os4.mh
@@ -1,3 +1,5 @@
# 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 d83d0ed..8bfaf88 100644
--- a/gdb/config/sun4os4.mh
+++ b/gdb/config/sun4os4.mh
@@ -1,3 +1,5 @@
# 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