configure.ac: Set insn to "nop" for spu-*-* also.
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Fri, 12 Jan 2007 23:03:48 +0000 (23:03 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 12 Jan 2007 23:03:48 +0000 (15:03 -0800)
2007-01-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * configure.ac: Set insn to "nop" for spu-*-* also.
        * configure: Regenerate.

From-SVN: r120736

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index df89715a85c5ffc9e37a1310f4fd79cd1f70a4a4..a346e2c254fce7ffa2eaf62c96633842cbcc9d04 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * configure.ac: Set insn to "nop" for spu-*-* also.
+       * configure: Regenerate.
+
 2007-01-12  Olga Golovanevsky  <olga@il.ibm.com>
 
        * builtins.def : Add BUILT_IN_FREE.
index c9bac372cef7bc75faec4bc885963e0127b0479e..933bdd9e29374bde88519a93103d22db79fe9b37 100755 (executable)
@@ -15741,7 +15741,7 @@ esac
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \
-  | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-*)
+  | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* | spu-*-*)
     insn="nop"
     ;;
   ia64*-*-* | s390*-*-*)
index 637109996841617379982c952d3478e30c298947..15be971fbe4b7f488ffd166f82f79c0f1bef5683 100644 (file)
@@ -2973,7 +2973,7 @@ esac
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \
-  | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-*)
+  | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* | spu-*-*)
     insn="nop"
     ;;
   ia64*-*-* | s390*-*-*)