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

* config.sub: Map pentiumpro and pentiumii aliases onto i686-pc.
	From Kevin Ryde <user42@zip.com.au>.
This commit is contained in:
Ben Elliston 2000-11-10 12:22:38 +00:00
parent b233c759b2
commit 1b75bd8e35
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,10 @@
2000-11-10 Ben Elliston <bje@redhat.com>
* config.sub: Map pentiumpro and pentiumii aliases onto i686-pc.
From Kevin Ryde <user42@zip.com.au>.
* config.guess: Search for a working C compiler if CC_FOR_BUILD is
not specified. From Kevin Ryde <user42@zip.com.au>.
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.

6
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-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