From 44545c674c635e0a91aa152e9d5a61667fc0c0fc Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 15 Nov 2000 13:02:43 +0000 Subject: [PATCH] 2000-11-15 Ben Elliston * config.sub: Expand `power' to `power-ibm-aix' for consistency. From Kevin Ryde. --- ChangeLog | 3 +++ config.sub | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ;;