Mercurial > emacs
changeset 9634:85728d093edd
Better NCR support.
author | Per Bothner <bothner@cygnus.com> |
---|---|
date | Fri, 21 Oct 1994 01:50:59 +0000 |
parents | 3c1d373d9125 |
children | 8defeb29b293 |
files | config.guess |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Fri Oct 21 00:48:18 1994 +0000 +++ b/config.guess Fri Oct 21 01:50:59 1994 +0000 @@ -319,12 +319,12 @@ 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 ;;