2001-12-03 Bob Wilson <bwilson@tensilica.com>

* config.sub: Add support for Xtensa targets.
This commit is contained in:
Ben Elliston 2001-12-03 02:00:12 +00:00
parent b33aebc9b3
commit 977fabf2fc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-12-03 Bob Wilson <bwilson@tensilica.com>
* config.sub: Add support for Xtensa targets.
2001-11-30 Ben Elliston <bje@redhat.com> 2001-11-30 Ben Elliston <bje@redhat.com>
* config.sub: Recognise NEC v850e. From Miles Bader <miles@lsi.nec.co.jp>. * config.sub: Recognise NEC v850e. From Miles Bader <miles@lsi.nec.co.jp>.

5
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-30' timestamp='2001-12-03'
# 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
@ -251,7 +251,7 @@ case $basic_machine in
| tahoe | thumb | tic80 | tron \ | tahoe | thumb | tic80 | tron \
| v850 | v850e \ | v850 | v850e \
| we32k \ | we32k \
| x86 | xscale | xstormy16 \ | x86 | xscale | xstormy16 | xtensa \
| z8k) | z8k)
basic_machine=$basic_machine-unknown basic_machine=$basic_machine-unknown
;; ;;
@ -310,6 +310,7 @@ case $basic_machine in
| v850-* | v850e-* | vax-* \ | v850-* | v850e-* | vax-* \
| we32k-* \ | we32k-* \
| x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \ | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
| xtensa-* \
| ymp-* \ | ymp-* \
| z8k-*) | z8k-*)
;; ;;