aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Bothner1994-10-21 01:50:59 +0000
committerPer Bothner1994-10-21 01:50:59 +0000
commit4c07cabb2ac2ceae2ef2a8bb21e29b3ff94e34b2 (patch)
treefe9cccf5ea528d340b848f9d17162fc2681b3d0e
parent07074849f0139889d8aafbe88d7fcb1c04286184 (diff)
downloademacs-4c07cabb2ac2ceae2ef2a8bb21e29b3ff94e34b2.tar.gz
emacs-4c07cabb2ac2ceae2ef2a8bb21e29b3ff94e34b2.zip
Better NCR support.
-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
319 exit 0 ;; 319 exit 0 ;;
320 M680[234]0:*:R3V[567]*:*) 320 M680[234]0:*:R3V[567]*:*)
321 test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; 321 test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
322 3[34]??:*:4.0:*) 322 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0)
323 uname -p 2>/dev/null | grep 86 >/dev/null \ 323 uname -p 2>/dev/null | grep 86 >/dev/null \
324 && echo i486-ncr-sysv4 && exit 0 ;; 324 && echo i486-ncr-sysv4.3 && exit 0 ;;
325 33[56]0,3???:*:4.0:*) 325 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
326 uname -p 2>/dev/null | grep 86 >/dev/null \ 326 uname -p 2>/dev/null | grep 86 >/dev/null \
327 && echo i486-ncr-sysv4.3 && exit 0 ;; 327 && echo i486-ncr-sysv4 && exit 0 ;;
328 m680[234]0:LynxOS:2.2*:*) 328 m680[234]0:LynxOS:2.2*:*)
329 echo m68k-lynx-lynxos${UNAME_RELEASE} 329 echo m68k-lynx-lynxos${UNAME_RELEASE}
330 exit 0 ;; 330 exit 0 ;;