2000-10-25 Ed Satterthwaite <ehs@sibyte.com>

* config.sub: NexGen, not nexen, is the x86 CPU clone
	manufacturer.
This commit is contained in:
Ben Elliston 2000-10-25 09:13:54 +00:00
parent 55355b4c5b
commit 9ff0f7f415
2 changed files with 8 additions and 3 deletions

View File

@ -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>
* config.guess: Detect NonStop-UX on Compaq MIPS machines.

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-10-23'
version='2000-10-25'
# This file is (in principle) common to ALL 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-*)
basic_machine=ns32k-pc532
;;
pentium | p5 | k5 | k6 | nexen)
pentium | p5 | k5 | k6 | nexgen)
basic_machine=i586-pc
;;
pentiumpro | p6 | 6x86 | athlon)
@ -688,7 +688,7 @@ case $basic_machine in
pentiumii | pentium2)
basic_machine=i786-pc
;;
pentium-* | p5-* | k5-* | k6-* | nexen-*)
pentium-* | p5-* | k5-* | k6-* | nexgen-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pentiumpro-* | p6-* | 6x86-* | athlon-*)