* config.guess (xtensa:Linux:*:*): New.

* testsuite/config-guess.data: Add test case.
	* testsuite/config-sub.data: Add xtensa-elf and xtensa-linux.
This commit is contained in:
Ben Elliston 2006-12-08 00:24:54 +00:00
parent 3ce7bf7194
commit 02eb90e431
4 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-12-08 Bob Wilson <bob.wilson@acm.org>
* config.guess (xtensa:Linux:*:*): New.
* testsuite/config-guess.data: Add test case.
* testsuite/config-sub.data: Add xtensa-elf and xtensa-linux.
2006-12-08 Kazu Hirata <kazu@codesourcery.com> 2006-12-08 Kazu Hirata <kazu@codesourcery.com>
Ben Elliston <bje@gnu.org> Ben Elliston <bje@gnu.org>

5
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc. # Inc.
timestamp='2006-11-30' timestamp='2006-12-08'
# This file is free software; you can redistribute it and/or modify it # This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -951,6 +951,9 @@ EOF
x86_64:Linux:*:*) x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu echo x86_64-unknown-linux-gnu
exit ;; exit ;;
xtensa:Linux:*:*)
echo xtensa-unknown-linux-gnu
exit ;;
i*86:Linux:*:*) i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so # The BFD linker knows what the default object file format is, so
# first see if it will tell us. cd to the root directory to prevent # first see if it will tell us. cd to the root directory to prevent

View File

@ -27,3 +27,4 @@ macppc 1.0 MirBSD ignored powerpc-unknown-mirbsd1.0
authenticamd 6.0 Interix ignored x86_64-unknown-interix6.0 authenticamd 6.0 Interix ignored x86_64-unknown-interix6.0
SX-8 1.0 SUPER-UX ignored sx8-nec-superux1.0 SX-8 1.0 SUPER-UX ignored sx8-nec-superux1.0
SX-7 1.0 SUPER-UX ignored sx7-nec-superux1.0 SX-7 1.0 SUPER-UX ignored sx7-nec-superux1.0
xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu

View File

@ -107,3 +107,5 @@ sh5el-elf sh5le-unknown-elf
sh5el-netbsd sh5le-unknown-netbsd sh5el-netbsd sh5le-unknown-netbsd
fido-elf fido-unknown-elf fido-elf fido-unknown-elf
fido fido-unknown-none fido fido-unknown-none
xtensa-elf xtensa-unknown-elf
xtensa-linux xtensa-unknown-linux-gnu