Commit 4f2a9f90 by Paolo Carlini

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
parent 42306d73
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> 2013-08-22 Jan Hubicka <jh@susue.cz>
* ipa.c (function_and_variable_visibility): First remember function was global * ipa.c (function_and_variable_visibility): First remember function
and then make it local. was global and then make it local.
2013-08-22 Julian Brown <julian@codesourcery.com> 2013-08-22 Julian Brown <julian@codesourcery.com>
......
...@@ -26118,8 +26118,8 @@ esac ...@@ -26118,8 +26118,8 @@ esac
# ??? Once 2.11 is released, probably need to add first known working # ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury. # version to the per-target configury.
case "$cpu_type" in case "$cpu_type" in
aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \
| mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 \
| xtensa) | xtensa)
insn="nop" insn="nop"
;; ;;
......
...@@ -4219,8 +4219,8 @@ esac ...@@ -4219,8 +4219,8 @@ esac
# ??? Once 2.11 is released, probably need to add first known working # ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury. # version to the per-target configury.
case "$cpu_type" in case "$cpu_type" in
aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \
| mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 \
| xtensa) | xtensa)
insn="nop" insn="nop"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment