mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 02:56:35 +12:00
2000-05-31 Ben Elliston <bje@redhat.com>
* config.sub: Accept athlon as an i686 variant. From Philipp Thomas <pthomas@suse.de>.
This commit is contained in:
parent
813d60a372
commit
d8492d9162
@ -1,3 +1,8 @@
|
||||
2000-05-31 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.sub: Accept athlon as an i686 variant. From Philipp
|
||||
Thomas <pthomas@suse.de>.
|
||||
|
||||
2000-05-30 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Re-word some output.
|
||||
|
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-05-30'
|
||||
version='2000-05-31'
|
||||
|
||||
# This file is (in principle) common to ALL GNU software.
|
||||
# The presence of a machine in this file suggests that SOME GNU software
|
||||
@ -666,7 +666,7 @@ case $basic_machine in
|
||||
pentium | p5 | k5 | k6 | nexen)
|
||||
basic_machine=i586-pc
|
||||
;;
|
||||
pentiumpro | p6 | 6x86)
|
||||
pentiumpro | p6 | 6x86 | athlon)
|
||||
basic_machine=i686-pc
|
||||
;;
|
||||
pentiumii | pentium2)
|
||||
@ -675,7 +675,7 @@ case $basic_machine in
|
||||
pentium-* | p5-* | k5-* | k6-* | nexen-*)
|
||||
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||
;;
|
||||
pentiumpro-* | p6-* | 6x86-*)
|
||||
pentiumpro-* | p6-* | 6x86-* | athlon-*)
|
||||
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||
;;
|
||||
pentiumii-* | pentium2-*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user