aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-03-30 03:15:42 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-03-30 03:15:42 +0000
commitee65efa82e5a96944523823984fa78de51c622e6 (patch)
tree1a369d972e29503f5f31b14d0e8467deaeeb4b5e
parentd80ff70c100a550acafe3b666e7e30028e4a15f6 (diff)
downloadgdb-ee65efa82e5a96944523823984fa78de51c622e6.zip
gdb-ee65efa82e5a96944523823984fa78de51c622e6.tar.gz
gdb-ee65efa82e5a96944523823984fa78de51c622e6.tar.bz2
* config.guess: Recognize NCR running SVR4.3.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.guess3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fd6245..c7f65bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * config.guess: Recognize NCR running SVR4.3.
+
Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
* config.guess: Make BSDI generate i386-unknown-bsd386.
diff --git a/config.guess b/config.guess
index 71616ed..c51ee49 100755
--- a/config.guess
+++ b/config.guess
@@ -225,6 +225,9 @@ EOF
3[34]??:*:4.0:*)
uname -p 2>/dev/null | grep 86 >/dev/null \
&& echo i486-ncr-sysv4 && exit 0 ;;
+ 33[56]0,3???:*:4.0:*)
+ uname -p 2>/dev/null | grep 86 >/dev/null \
+ && echo i486-ncr-sysv43 && exit 0 ;;
m680[234]0:LynxOS:2.2*:*)
echo m68k-lynx-lynxos${UNAME_RELEASE}
exit 0 ;;