2002-11-30 Douglas B Rupp <rupp@gnat.com>

* config.guess: Make default Interix arch "i586".
This commit is contained in:
Ben Elliston 2002-11-30 03:20:01 +00:00
parent 7b396cc698
commit 41bfe3c50a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-11-30 Douglas B Rupp <rupp@gnat.com>
* config.guess: Make default Interix arch "i586".
2002-11-30 Ben Elliston <bje@redhat.com> 2002-11-30 Ben Elliston <bje@redhat.com>
* config.guess: Add "SDS2" to machines that run NCR System V UNIX. * config.guess: Add "SDS2" to machines that run NCR System V UNIX.

4
config.guess vendored
View File

@ -769,7 +769,7 @@ EOF
echo ${UNAME_MACHINE}-pc-pw32 echo ${UNAME_MACHINE}-pc-pw32
exit 0 ;; exit 0 ;;
x86:Interix*:3*) x86:Interix*:3*)
echo i386-pc-interix3 echo i586-pc-interix3
exit 0 ;; exit 0 ;;
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks echo i${UNAME_MACHINE}-pc-mks
@ -778,7 +778,7 @@ EOF
# How do we know it's Interix rather than the generic POSIX subsystem? # How do we know it's Interix rather than the generic POSIX subsystem?
# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
# UNAME_MACHINE based on the output of uname instead of i386? # UNAME_MACHINE based on the output of uname instead of i386?
echo i386-pc-interix echo i586-pc-interix
exit 0 ;; exit 0 ;;
i*:UWIN*:*) i*:UWIN*:*)
echo ${UNAME_MACHINE}-pc-uwin echo ${UNAME_MACHINE}-pc-uwin