aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorMarc Gauthier <marc@tensilica.com>2008-08-06 16:02:16 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2008-08-06 16:02:16 +0000
commit6d65617886e363fdf518567364af5f5619adfaf4 (patch)
tree04b72429df3f259fee46022b382b3e79da5ae885 /gcc/configure
parent82d6e6fc38181e135084463bbf35b49484d68f04 (diff)
downloadgcc-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/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index abb1fd8..0ad273b 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -22800,7 +22800,7 @@ esac
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* \
- | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* \
+ | xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
| spu-*-* | fido*-*-*)
insn="nop"
;;