From 1b75bd8e35073db90ee20158a5a053da7984470c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 10 Nov 2000 12:22:38 +0000 Subject: [PATCH] 2000-11-10 Ben Elliston * config.sub: Map pentiumpro and pentiumii aliases onto i686-pc. From Kevin Ryde . --- ChangeLog | 5 ++++- config.sub | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b7903d..b36e998 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2000-11-10 Ben Elliston + * config.sub: Map pentiumpro and pentiumii aliases onto i686-pc. + From Kevin Ryde . + * config.guess: Search for a working C compiler if CC_FOR_BUILD is - not specified. From Kevin Ryde . + not specified. From Kevin Ryde. * config.guess: Set CPU architecture to "hppa" by default, in case tests fail to produce a result. From Kevin Ryde. diff --git a/config.sub b/config.sub index ac1c2b5..004c7de 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-04' +version='2000-11-10' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -686,7 +686,7 @@ case $basic_machine in basic_machine=i686-pc ;; pentiumii | pentium2) - basic_machine=i786-pc + basic_machine=i686-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` @@ -695,7 +695,7 @@ case $basic_machine in basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould