mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2002-08-20 Phil Edwards <pme@gcc.gnu.org>
* config.sub: Accept athlon_* patterns as synonyms for i686-pc.
This commit is contained in:
parent
51fcf2f33f
commit
fddc9c3cab
@ -1,3 +1,7 @@
|
|||||||
|
2002-08-20 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
* config.sub: Accept athlon_* patterns as synonyms for i686-pc.
|
||||||
|
|
||||||
2002-08-20 Ben Elliston <bje@redhat.com>
|
2002-08-20 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
From Chris Demetriou <cgd@broadcom.com>:
|
From Chris Demetriou <cgd@broadcom.com>:
|
||||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2002-08-16'
|
timestamp='2002-08-20'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -755,7 +755,7 @@ case $basic_machine in
|
|||||||
pentium | p5 | k5 | k6 | nexgen | viac3)
|
pentium | p5 | k5 | k6 | nexgen | viac3)
|
||||||
basic_machine=i586-pc
|
basic_machine=i586-pc
|
||||||
;;
|
;;
|
||||||
pentiumpro | p6 | 6x86 | athlon)
|
pentiumpro | p6 | 6x86 | athlon | athlon_*)
|
||||||
basic_machine=i686-pc
|
basic_machine=i686-pc
|
||||||
;;
|
;;
|
||||||
pentiumii | pentium2)
|
pentiumii | pentium2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user