summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorPer Bothner <bothner@cygnus.com>1994-10-21 01:50:59 +0000
committerPer Bothner <bothner@cygnus.com>1994-10-21 01:50:59 +0000
commit72a08f644b996edf598dffaa70b9144d5f181a0a (patch)
tree48f928e0728cc281c80a1bfc7d81ee1b9304ae54 /config.guess
parent98dcc80a11b4548b79b9ac5e1ff9206b4567246b (diff)
downloademacs-72a08f644b996edf598dffaa70b9144d5f181a0a.tar.gz
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 c62d93bc295..aad7b074235 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 ;;