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

6
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2007-07-22'
timestamp='2007-11-19'
# 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
@ -954,8 +954,8 @@ EOF
x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
xtensa:Linux:*:*)
echo xtensa-unknown-linux-gnu
xtensa*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so