diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-22 16:52:01 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-22 16:52:01 +0000 |
commit | 2bf21072e0ace1331174322e10e4801b61c6b7cc (patch) | |
tree | 5e669c2af58164da97ae2ab982d8bf1eb1c6a6e1 /gcc/configure | |
parent | 9edc81dd5801e0a1c3e6eee4aebe3011275c6994 (diff) | |
download | gcc-2bf21072e0ace1331174322e10e4801b61c6b7cc.tar.gz |
2013-08-22 Paolo Carlini <paolo.carlini@oracle.com>
* configure.ac: Add backslashes missing from the last change.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201927 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index a0d6e733058..ec662f50233 100755 --- a/gcc/configure +++ b/gcc/configure @@ -26118,8 +26118,8 @@ esac # ??? Once 2.11 is released, probably need to add first known working # version to the per-target configury. case "$cpu_type" in - aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze - | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 + aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \ + | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 \ | xtensa) insn="nop" ;; |