2001-11-30 Ben Elliston <bje@redhat.com>

* config.sub: Recognise NEC v850e. From Miles Bader <miles@lsi.nec.co.jp>.
This commit is contained in:
Ben Elliston 2001-11-30 07:35:07 +00:00
parent 96d7ae9fe8
commit b33aebc9b3
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-11-30 Ben Elliston <bje@redhat.com>
* config.sub: Recognise NEC v850e. From Miles Bader <miles@lsi.nec.co.jp>.
2001-11-26 Ben Elliston <bje@redhat.com> 2001-11-26 Ben Elliston <bje@redhat.com>
* config.guess (nsr-tandem-nsk): Detect all known NSR processor * config.guess (nsr-tandem-nsk): Detect all known NSR processor

6
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
timestamp='2001-11-21' timestamp='2001-11-30'
# 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
@ -249,7 +249,7 @@ case $basic_machine in
| sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \ | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \
| strongarm \ | strongarm \
| tahoe | thumb | tic80 | tron \ | tahoe | thumb | tic80 | tron \
| v850 \ | v850 | v850e \
| we32k \ | we32k \
| x86 | xscale | xstormy16 \ | x86 | xscale | xstormy16 \
| z8k) | z8k)
@ -307,7 +307,7 @@ case $basic_machine in
| sparc-* | sparc64-* | sparc86x-* | sparclite-* \ | sparc-* | sparc64-* | sparc86x-* | sparclite-* \
| sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \ | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \
| t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \ | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
| v850-* | vax-* \ | v850-* | v850e-* | vax-* \
| we32k-* \ | we32k-* \
| x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \ | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
| ymp-* \ | ymp-* \