From: Paolo Carlini Date: Thu, 22 Aug 2013 16:52:01 +0000 (+0000) Subject: configure.ac: Add backslashes missing from the last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f2a9f90812981f65d5b4f4e52ea9f9e64b5e38b;p=gcc.git configure.ac: Add backslashes missing from the last change. 2013-08-22 Paolo Carlini * configure.ac: Add backslashes missing from the last change. * configure: Regenerate. From-SVN: r201927 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea3c14a82b6..039dbe299ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,12 @@ +2013-08-22 Paolo Carlini + + * configure.ac: Add backslashes missing from the last change. + * configure: Regenerate. + 2013-08-22 Jan Hubicka - * 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 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" ;; diff --git a/gcc/configure.ac b/gcc/configure.ac index 0797b5fa9af..62d3053e6e6 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" ;;