mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +12:00
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:
parent
b233c759b2
commit
1b75bd8e35
@ -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
6
config.sub
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user