2001-06-12 John Wolfe <jlw@sco.com>

* config.guess: Standardize triplet for UnixWare 7 and Open
	UNIX 8.0, improve processor detection and maintain "sysv5"
	prefix on third segment.
This commit is contained in:
Ben Elliston 2001-06-12 08:00:41 +00:00
parent 83b1320693
commit c77257206c
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,9 @@
2001-06-12 John Wolfe <jlw@sco.com>
* config.guess: Standardize triplet for UnixWare 7 and Open
UNIX 8.0, improve processor detection and maintain "sysv5"
prefix on third segment.
2001-06-08 Christopher Faylor <cgf@redhat.com> 2001-06-08 Christopher Faylor <cgf@redhat.com>
* config.sub: Add support for Sun Chorus. * config.sub: Add support for Sun Chorus.

17
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
timestamp='2001-06-05' timestamp='2001-06-12'
# This file is free software; you can redistribute it and/or modify it # This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -955,14 +955,13 @@ EOF
echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
fi fi
exit 0 ;; exit 0 ;;
i*86:*:5:7*) i*86:*:5:[78]*)
# Fixed at (any) Pentium or better case `/bin/uname -X | grep ^Machine` in
UNAME_MACHINE=i586 *486*) UNAME_MACHINE=i486 ;;
if [ ${UNAME_SYSTEM} = "UnixWare" ] ; then *Pentium*) UNAME_MACHINE=i586 ;;
echo ${UNAME_MACHINE}-sco-sysv${UNAME_RELEASE}uw${UNAME_VERSION} *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
else esac
echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE} echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
fi
exit 0 ;; exit 0 ;;
i*86:*:3.2:*) i*86:*:3.2:*)
if test -f /usr/options/cb.name; then if test -f /usr/options/cb.name; then