aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2013-08-22 16:52:01 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2013-08-22 16:52:01 +0000
commit4f2a9f90812981f65d5b4f4e52ea9f9e64b5e38b (patch)
tree5e669c2af58164da97ae2ab982d8bf1eb1c6a6e1 /gcc/configure
parent42306d73c877d8f52eb80c0a724d27a40f25e2fb (diff)
downloadgcc-4f2a9f90812981f65d5b4f4e52ea9f9e64b5e38b.zip
gcc-4f2a9f90812981f65d5b4f4e52ea9f9e64b5e38b.tar.gz
gcc-4f2a9f90812981f65d5b4f4e52ea9f9e64b5e38b.tar.bz2
configure.ac: Add backslashes missing from the last change.
2013-08-22 Paolo Carlini <paolo.carlini@oracle.com> * configure.ac: Add backslashes missing from the last change. * configure: Regenerate. From-SVN: r201927
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index a0d6e73..ec662f5 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"
;;