Commit 56626615 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

configure.ac (gcc_cv_as_comdat_group_group): Default to no.

	* configure.ac (gcc_cv_as_comdat_group_group): Default to no.
	* configure: Regenerate.

From-SVN: r192343
parent 81179208
2012-10-11 Hans-Peter Nilsson <hp@bitrange.com> 2012-10-11 Hans-Peter Nilsson <hp@bitrange.com>
* configure.ac (gcc_cv_as_comdat_group_group): Default to no.
* configure: Regenerate.
* acinclude.m4 (_gcc_COMPUTE_GAS_VERSION): Allow a single * acinclude.m4 (_gcc_COMPUTE_GAS_VERSION): Allow a single
character to quote the VERSION= contents. Sanity-check contents. character to quote the VERSION= contents. Sanity-check contents.
* configure.ac ("what linker to use" ld version extraction): Ditto. * configure.ac ("what linker to use" ld version extraction): Ditto.
......
...@@ -22828,6 +22828,9 @@ $as_echo "$gcc_cv_as_comdat_group_percent" >&6; } ...@@ -22828,6 +22828,9 @@ $as_echo "$gcc_cv_as_comdat_group_percent" >&6; }
if test $gcc_cv_as_comdat_group_percent = yes; then if test $gcc_cv_as_comdat_group_percent = yes; then
gcc_cv_as_comdat_group_group=no gcc_cv_as_comdat_group_group=no
else else
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
gcc_cv_as_comdat_group_group=no
fi
case "${target}" in case "${target}" in
# Sun as uses a completely different syntax. # Sun as uses a completely different syntax.
*-*-solaris2*) *-*-solaris2*)
......
...@@ -2655,6 +2655,9 @@ else ...@@ -2655,6 +2655,9 @@ else
if test $gcc_cv_as_comdat_group_percent = yes; then if test $gcc_cv_as_comdat_group_percent = yes; then
gcc_cv_as_comdat_group_group=no gcc_cv_as_comdat_group_group=no
else else
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
gcc_cv_as_comdat_group_group=no
fi
case "${target}" in case "${target}" in
# Sun as uses a completely different syntax. # Sun as uses a completely different syntax.
*-*-solaris2*) *-*-solaris2*)
......
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