2007-11-19 Marc Gauthier <marc@tensilica.com>

* config.guess (xtensa*:Linux:*:*): Accept variants.
	* config.sub (xtensa*): Accept variants.
	* testsuite/config-sub.data: Add test case.
This commit is contained in:
Ben Elliston
2007-11-19 02:36:36 +00:00
parent 284034f777
commit 06892ee476
4 changed files with 16 additions and 5 deletions

8
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2007-06-28'
timestamp='2007-11-19'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -369,10 +369,14 @@ case $basic_machine in
| v850-* | v850e-* | vax-* \
| we32k-* \
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| xstormy16-* | xtensa*-* \
| ymp-* \
| z8k-*)
;;
# Recognize the basic CPU types without company name, with glob match.
xtensa*)
basic_machine=$basic_machine-unknown
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
386bsd)