diff options
author | Marc Gauthier <marc@tensilica.com> | 2008-08-06 16:02:16 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2008-08-06 16:02:16 +0000 |
commit | 6d65617886e363fdf518567364af5f5619adfaf4 (patch) | |
tree | 04b72429df3f259fee46022b382b3e79da5ae885 /gcc/config.gcc | |
parent | 82d6e6fc38181e135084463bbf35b49484d68f04 (diff) | |
download | gcc-6d65617886e363fdf518567364af5f5619adfaf4.zip gcc-6d65617886e363fdf518567364af5f5619adfaf4.tar.gz gcc-6d65617886e363fdf518567364af5f5619adfaf4.tar.bz2 |
config.gcc: Match more processor names for Xtensa.
2008-08-06 Marc Gauthier <marc@tensilica.com>
* config.gcc: Match more processor names for Xtensa.
* configure.ac: Likewise.
* doc/install.texi (Specific): Likewise.
* configure: Regenerate.
testsuite/
* lib/target-supports.exp (check_profiling_available): Match more
processor names for Xtensa.
* g++.old-deja/g++.jason/thunk3.C: Likewise.
* gcc.dg/intmax_t-1.c: Likewise.
* gcc.dg/sibcall-3.c: Likewise.
* gcc.dg/sibcall-4.c: Likewise.
* gcc.c-torture/compile/20001226-1.c: Likewise.
From-SVN: r138810
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index a2aa424..c327547 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2348,11 +2348,11 @@ xstormy16-*-elf) tmake_file="stormy16/t-stormy16" extra_parts="crtbegin.o crtend.o" ;; -xtensa-*-elf*) +xtensa*-*-elf*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h" tmake_file="xtensa/t-xtensa xtensa/t-elf" ;; -xtensa-*-linux*) +xtensa*-*-linux*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h" tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux" ;; |