diff options
author | Andrew Pinski <andrew_pinski@playstation.sony.com> | 2007-01-12 23:03:48 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2007-01-12 15:03:48 -0800 |
commit | 714f737ffa020829f1c5ffcdc65582aeaff07d03 (patch) | |
tree | 831968545b13b0459927366c666fc51acab2dc97 /gcc/configure.ac | |
parent | 228e6ac24512fc77d715b6c59eae96fdfbcc5fa6 (diff) | |
download | gcc-714f737ffa020829f1c5ffcdc65582aeaff07d03.zip gcc-714f737ffa020829f1c5ffcdc65582aeaff07d03.tar.gz gcc-714f737ffa020829f1c5ffcdc65582aeaff07d03.tar.bz2 |
configure.ac: Set insn to "nop" for spu-*-* also.
2007-01-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
* configure.ac: Set insn to "nop" for spu-*-* also.
* configure: Regenerate.
From-SVN: r120736
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 6371099..15be971 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -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*-*-*) |