diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2013-08-22 16:52:01 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2013-08-22 16:52:01 +0000 |
commit | 4f2a9f90812981f65d5b4f4e52ea9f9e64b5e38b (patch) | |
tree | 5e669c2af58164da97ae2ab982d8bf1eb1c6a6e1 | |
parent | 42306d73c877d8f52eb80c0a724d27a40f25e2fb (diff) | |
download | gcc-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
-rw-r--r-- | gcc/ChangeLog | 9 | ||||
-rwxr-xr-x | gcc/configure | 4 | ||||
-rw-r--r-- | gcc/configure.ac | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea3c14a..039dbe2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,12 @@ +2013-08-22 Paolo Carlini <paolo.carlini@oracle.com> + + * configure.ac: Add backslashes missing from the last change. + * configure: Regenerate. + 2013-08-22 Jan Hubicka <jh@susue.cz> - * ipa.c (function_and_variable_visibility): First remember function was global - and then make it local. + * ipa.c (function_and_variable_visibility): First remember function + was global and then make it local. 2013-08-22 Julian Brown <julian@codesourcery.com> 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" ;; diff --git a/gcc/configure.ac b/gcc/configure.ac index 0797b5f..62d3053 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -4219,8 +4219,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" ;; |