mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06: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>
|
2001-08-02 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* config.sub: Sort basic cpu patterns. Combine hppa patterns.
|
* 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
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||||
# Free Software Foundation, Inc.
|
# 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
|
# 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
|
||||||
@ -996,8 +996,8 @@ EOF
|
|||||||
echo ns32k-sni-sysv
|
echo ns32k-sni-sysv
|
||||||
fi
|
fi
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
|
PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
|
||||||
# says <Richard.M.Bartel@ccMail.Census.GOV>
|
# says <Richard.M.Bartel@ccMail.Census.GOV>
|
||||||
echo i586-unisys-sysv4
|
echo i586-unisys-sysv4
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:UNIX_System_V:4*:FTX*)
|
*:UNIX_System_V:4*:FTX*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user