2000-11-15 Ben Elliston <bje@redhat.com>

* config.sub: Expand `power' to `power-ibm-aix' for consistency.
	From Kevin Ryde.
This commit is contained in:
Ben Elliston 2000-11-15 13:02:43 +00:00
parent c588656294
commit 44545c674c
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2000-11-15 Ben Elliston <bje@redhat.com>
* config.sub: Expand `power' to `power-ibm-aix' for consistency.
From Kevin Ryde.
* config.guess: Differentiate Cray T3D and T3E. From Kevin Ryde
<user42@zip.com.au>.

4
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
version='2000-11-10'
version='2000-11-15'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -700,7 +700,7 @@ case $basic_machine in
pn)
basic_machine=pn-gould
;;
power) basic_machine=rs6000-ibm
power) basic_machine=power-ibm
;;
ppc) basic_machine=powerpc-unknown
;;