* 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

5
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2006-11-30'
timestamp='2006-12-08'
# 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
@ -951,6 +951,9 @@ EOF
x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
xtensa:Linux:*:*)
echo xtensa-unknown-linux-gnu
exit ;;
i*86:Linux:*:*)
# 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