]> gcc.gnu.org Git - gcc.git/commitdiff
config.host: Match more processor names for Xtensa.
authorBob Wilson <bob.wilson@acm.org>
Wed, 6 Aug 2008 16:03:03 +0000 (16:03 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Wed, 6 Aug 2008 16:03:03 +0000 (16:03 +0000)
libgcc/
        * config.host: Match more processor names for Xtensa.

From-SVN: r138811

libgcc/ChangeLog
libgcc/config.host

index 348afc5d227feb14c2688a634f1e4ebe708a0ed3..35f7c8c11ba480e7901b861adbed88b7b5a6abae 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-06  Bob Wilson  <bob.wilson@acm.org>
+
+       * config.host: Match more processor names for Xtensa.
+
 2008-07-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/i386/64/t-softfp-compat: Update comments.
index 93d1dbfacbb1fbe074b1aa2f13a2ed7605d7914e..0bca859cdae19d70d5849f3020f303ea8d963a7c 100644 (file)
@@ -558,9 +558,9 @@ vax-*-openbsd*)
        ;;
 xstormy16-*-elf)
        ;;
-xtensa-*-elf*)
+xtensa*-*-elf*)
        ;;
-xtensa-*-linux*)
+xtensa*-*-linux*)
        ;;
 am33_2.0-*-linux*)
        extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
This page took 0.064485 seconds and 5 git commands to generate.