diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2019-09-03 15:08:28 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2019-09-03 15:08:28 +0000 |
commit | 2f2aeda98f3aa24034a700e7efcb6c1a9397836f (patch) | |
tree | 5b5243531a267cc134be476ce30f7405ea5998a4 /gcc/configure | |
parent | 934392185369af22fee845e4edd92c420b8c248b (diff) | |
download | gcc-2f2aeda98f3aa24034a700e7efcb6c1a9397836f.tar.gz |
Remove Cell Broadband Engine SPU targets
From-SVN: r275343
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 8c9f7742ac7..22cf194a897 100755 --- a/gcc/configure +++ b/gcc/configure @@ -27962,7 +27962,7 @@ esac # version to the per-target configury. case "$cpu_type" in aarch64 | alpha | arc | arm | avr | bfin | cris | csky | i386 | m32c | m68k \ - | microblaze | mips | nds32 | nios2 | pa | riscv | rs6000 | score | sparc | spu \ + | microblaze | mips | nds32 | nios2 | pa | riscv | rs6000 | score | sparc \ | tilegx | tilepro | visium | xstormy16 | xtensa) insn="nop" ;; |