diff options
| -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 ;; |