diff --git a/ChangeLog b/ChangeLog index 1bec91d..81a9dae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-11-15 Ben Elliston + * config.sub: Expand `power' to `power-ibm-aix' for consistency. + From Kevin Ryde. + * config.guess: Differentiate Cray T3D and T3E. From Kevin Ryde . diff --git a/config.sub b/config.sub index 004c7de..3cccc5a 100755 --- a/config.sub +++ b/config.sub @@ -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 ;;