mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +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:
parent
284034f777
commit
06892ee476
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2007-07-25 Mike Frysinger <vapier@gentoo.org>
|
2007-07-25 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* testsuite/config-guess.sh (run_config_guess): Do not prefix with
|
* testsuite/config-guess.sh (run_config_guess): Do not prefix with
|
||||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -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='2007-07-22'
|
timestamp='2007-11-19'
|
||||||
|
|
||||||
# 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
|
||||||
@ -954,8 +954,8 @@ EOF
|
|||||||
x86_64:Linux:*:*)
|
x86_64:Linux:*:*)
|
||||||
echo x86_64-unknown-linux-gnu
|
echo x86_64-unknown-linux-gnu
|
||||||
exit ;;
|
exit ;;
|
||||||
xtensa:Linux:*:*)
|
xtensa*:Linux:*:*)
|
||||||
echo xtensa-unknown-linux-gnu
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
||||||
exit ;;
|
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
|
||||||
|
8
config.sub
vendored
8
config.sub
vendored
@ -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='2007-06-28'
|
timestamp='2007-11-19'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME 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-* \
|
| v850-* | v850e-* | vax-* \
|
||||||
| we32k-* \
|
| we32k-* \
|
||||||
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
|
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
|
||||||
| xstormy16-* | xtensa-* \
|
| xstormy16-* | xtensa*-* \
|
||||||
| ymp-* \
|
| ymp-* \
|
||||||
| z8k-*)
|
| 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
|
# Recognize the various machine names and aliases which stand
|
||||||
# for a CPU type and a company and sometimes even an OS.
|
# for a CPU type and a company and sometimes even an OS.
|
||||||
386bsd)
|
386bsd)
|
||||||
|
@ -109,6 +109,7 @@ fido-elf fido-unknown-elf
|
|||||||
fido fido-unknown-none
|
fido fido-unknown-none
|
||||||
xtensa-elf xtensa-unknown-elf
|
xtensa-elf xtensa-unknown-elf
|
||||||
xtensa-linux xtensa-unknown-linux-gnu
|
xtensa-linux xtensa-unknown-linux-gnu
|
||||||
|
xtensa_dc232b-linux xtensa_dc232b-unknown-linux-gnu
|
||||||
i386-drops1.0 i386-pc-drops1.0
|
i386-drops1.0 i386-pc-drops1.0
|
||||||
mep mep-unknown-elf
|
mep mep-unknown-elf
|
||||||
mep-elf mep-unknown-elf
|
mep-elf mep-unknown-elf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user