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:
Ben Elliston 2000-05-31 07:11:52 +00:00
parent 813d60a372
commit d8492d9162
2 changed files with 8 additions and 3 deletions

View File

@ -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
View File

@ -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-*)