mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 04:38:22 +12:00
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:
6
config.guess
vendored
6
config.guess
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user