mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 02:56:35 +12:00
2000-10-25 Ed Satterthwaite <ehs@sibyte.com>
* config.sub: NexGen, not nexen, is the x86 CPU clone manufacturer.
This commit is contained in:
parent
55355b4c5b
commit
9ff0f7f415
@ -1,3 +1,8 @@
|
|||||||
|
2000-10-25 Ed Satterthwaite <ehs@sibyte.com>
|
||||||
|
|
||||||
|
* config.sub: NexGen, not nexen, is the x86 CPU clone
|
||||||
|
manufacturer.
|
||||||
|
|
||||||
2000-10-23 Ben Elliston <bje@redhat.com>
|
2000-10-23 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* config.guess: Detect NonStop-UX on Compaq MIPS machines.
|
* config.guess: Detect NonStop-UX on Compaq MIPS machines.
|
||||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
version='2000-10-23'
|
version='2000-10-25'
|
||||||
|
|
||||||
# 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
|
||||||
@ -679,7 +679,7 @@ case $basic_machine in
|
|||||||
pc532 | pc532-*)
|
pc532 | pc532-*)
|
||||||
basic_machine=ns32k-pc532
|
basic_machine=ns32k-pc532
|
||||||
;;
|
;;
|
||||||
pentium | p5 | k5 | k6 | nexen)
|
pentium | p5 | k5 | k6 | nexgen)
|
||||||
basic_machine=i586-pc
|
basic_machine=i586-pc
|
||||||
;;
|
;;
|
||||||
pentiumpro | p6 | 6x86 | athlon)
|
pentiumpro | p6 | 6x86 | athlon)
|
||||||
@ -688,7 +688,7 @@ case $basic_machine in
|
|||||||
pentiumii | pentium2)
|
pentiumii | pentium2)
|
||||||
basic_machine=i786-pc
|
basic_machine=i786-pc
|
||||||
;;
|
;;
|
||||||
pentium-* | p5-* | k5-* | k6-* | nexen-*)
|
pentium-* | p5-* | k5-* | k6-* | nexgen-*)
|
||||||
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
|
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||||
;;
|
;;
|
||||||
pentiumpro-* | p6-* | 6x86-* | athlon-*)
|
pentiumpro-* | p6-* | 6x86-* | athlon-*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user