diff options
| author | Richard Kenner | 1994-09-29 22:47:30 +0000 |
|---|---|---|
| committer | Richard Kenner | 1994-09-29 22:47:30 +0000 |
| commit | cb5fbf94a8730473d64738028a3eec0ab73887ee (patch) | |
| tree | 5424e5111e1b501f01f7f791efac9aaf7e59273a | |
| parent | 53dfb388305ca534829dd14855624fb638a5799b (diff) | |
| download | emacs-cb5fbf94a8730473d64738028a3eec0ab73887ee.tar.gz emacs-cb5fbf94a8730473d64738028a3eec0ab73887ee.zip | |
(i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX
above this one now that this is wildcard.
| -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 | |||
| 256 | *:Linux:*:*) | 256 | *:Linux:*:*) |
| 257 | echo ${UNAME_MACHINE}-unknown-linux | 257 | echo ${UNAME_MACHINE}-unknown-linux |
| 258 | exit 0 ;; | 258 | exit 0 ;; |
| 259 | i[34]86:UNIX_SV:4.*:* | i[34]86:SYSTEM_V:4.*:*) | 259 | # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions |
| 260 | # are messed up and put the nodename in both sysname and nodename. | ||
| 261 | i[34]86:DYNIX/ptx:4*:*) | ||
| 262 | echo i386-sequent-sysv4 | ||
| 263 | exit 0 ;; | ||
| 264 | i[34]86:*:4.*:* | i[34]86:SYSTEM_V:4.*:*) | ||
| 260 | if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then | 265 | if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then |
| 261 | echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} | 266 | echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} |
| 262 | else | 267 | else |
| @@ -275,11 +280,6 @@ EOF | |||
| 275 | echo ${UNAME_MACHINE}-unknown-sysv32 | 280 | echo ${UNAME_MACHINE}-unknown-sysv32 |
| 276 | fi | 281 | fi |
| 277 | exit 0 ;; | 282 | exit 0 ;; |
| 278 | # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions | ||
| 279 | # are messed up and put the nodename in both sysname and nodename. | ||
| 280 | i[34]86:DYNIX/ptx:4*:*) | ||
| 281 | echo i386-sequent-sysv4 | ||
| 282 | exit 0 ;; | ||
| 283 | Intel:Mach:3*:*) | 283 | Intel:Mach:3*:*) |
| 284 | echo i386-unknown-mach3 | 284 | echo i386-unknown-mach3 |
| 285 | exit 0 ;; | 285 | exit 0 ;; |