mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2001-08-04 Darrell Hamilton <Darrell_Hamilton@labcorp.com>
* config.guess: Unisys places the host id in ${UNAME_SYSTEM} which is too unique to flag this system. Detect it with * instead.
This commit is contained in:
parent
e2f49947d3
commit
9585ff1b3c
@ -1,3 +1,9 @@
|
||||
2001-08-04 Darrell Hamilton <Darrell_Hamilton@labcorp.com>
|
||||
|
||||
* config.guess: Unisys places the host id in ${UNAME_SYSTEM}
|
||||
which is too unique to flag this system. Detect it with *
|
||||
instead.
|
||||
|
||||
2001-08-02 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config.sub: Sort basic cpu patterns. Combine hppa patterns.
|
||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2001-07-31'
|
||||
timestamp='2001-08-04'
|
||||
|
||||
# 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
|
||||
@ -996,8 +996,8 @@ EOF
|
||||
echo ns32k-sni-sysv
|
||||
fi
|
||||
exit 0 ;;
|
||||
PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
|
||||
# says <Richard.M.Bartel@ccMail.Census.GOV>
|
||||
PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
|
||||
# says <Richard.M.Bartel@ccMail.Census.GOV>
|
||||
echo i586-unisys-sysv4
|
||||
exit 0 ;;
|
||||
*:UNIX_System_V:4*:FTX*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user