aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorPer Bothner <[email protected]>1994-10-21 01:50:59 +0000
committerPer Bothner <[email protected]>1994-10-21 01:50:59 +0000
commit4c07cabb2ac2ceae2ef2a8bb21e29b3ff94e34b2 (patch)
treefe9cccf5ea528d340b848f9d17162fc2681b3d0e /config.guess
parent07074849f0139889d8aafbe88d7fcb1c04286184 (diff)
Better NCR support.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.guess b/config.guess
index c62d93bc29..aad7b07423 100755
--- a/config.guess
+++ b/config.guess
@@ -319,12 +319,12 @@ EOF
exit 0 ;;
M680[234]0:*:R3V[567]*:*)
test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
- 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-sysv4.3 && exit 0 ;;
+ 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0)
+ uname -p 2>/dev/null | grep 86 >/dev/null \
+ && echo i486-ncr-sysv4.3 && exit 0 ;;
+ 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
+ uname -p 2>/dev/null | grep 86 >/dev/null \
+ && echo i486-ncr-sysv4 && exit 0 ;;
m680[234]0:LynxOS:2.2*:*)
echo m68k-lynx-lynxos${UNAME_RELEASE}
exit 0 ;;