diff options
author | Richard Kenner <kenner@gnu.org> | 1994-09-29 22:47:30 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1994-09-29 22:47:30 +0000 |
commit | 2d83401467d6aafdfb12864851d41ae7c10c3fd9 (patch) | |
tree | c39e6056a6df769571063ea1120ec793bf73fc2b /config.guess | |
parent | 8ede0a22a78958e7a0d24387e428575ebedde921 (diff) | |
download | emacs-2d83401467d6aafdfb12864851d41ae7c10c3fd9.tar.gz |
(i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX
above this one now that this is wildcard.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.guess b/config.guess index 105c103ec7f..fc5b336a08c 100755 --- a/config.guess +++ b/config.guess @@ -256,7 +256,12 @@ EOF *:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux exit 0 ;; - i[34]86:UNIX_SV:4.*:* | i[34]86:SYSTEM_V:4.*:*) +# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions +# are messed up and put the nodename in both sysname and nodename. + i[34]86:DYNIX/ptx:4*:*) + echo i386-sequent-sysv4 + exit 0 ;; + i[34]86:*:4.*:* | i[34]86:SYSTEM_V:4.*:*) if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} else @@ -275,11 +280,6 @@ EOF echo ${UNAME_MACHINE}-unknown-sysv32 fi exit 0 ;; -# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions -# are messed up and put the nodename in both sysname and nodename. - i[34]86:DYNIX/ptx:4*:*) - echo i386-sequent-sysv4 - exit 0 ;; Intel:Mach:3*:*) echo i386-unknown-mach3 exit 0 ;; |