From 9ff0f7f4150e4d3729a8d2e82f08758f72f5d07d Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 25 Oct 2000 09:13:54 +0000 Subject: [PATCH] 2000-10-25 Ed Satterthwaite * config.sub: NexGen, not nexen, is the x86 CPU clone manufacturer. --- ChangeLog | 5 +++++ config.sub | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2e8d8e..6d5c7b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-25 Ed Satterthwaite + + * config.sub: NexGen, not nexen, is the x86 CPU clone + manufacturer. + 2000-10-23 Ben Elliston * config.guess: Detect NonStop-UX on Compaq MIPS machines. diff --git a/config.sub b/config.sub index 8418882..44089ba 100755 --- a/config.sub +++ b/config.sub @@ -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-*)