aboutsummaryrefslogtreecommitdiff
path: root/config.guess
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 /config.guess
parentd80ff70c100a550acafe3b666e7e30028e4a15f6 (diff)
downloadfsf-binutils-gdb-ee65efa82e5a96944523823984fa78de51c622e6.zip
fsf-binutils-gdb-ee65efa82e5a96944523823984fa78de51c622e6.tar.gz
fsf-binutils-gdb-ee65efa82e5a96944523823984fa78de51c622e6.tar.bz2
* config.guess: Recognize NCR running SVR4.3.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
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 ;;