Restore Sun as COMDAT group support
* configure.ac (gcc_cv_as_comdat_group_group): Only default to no if unset. * configure: Regenerate. From-SVN: r214137
This commit is contained in:
parent
47503a4919
commit
56e675ce85
3 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2014-08-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.ac (gcc_cv_as_comdat_group_group): Only default to no
|
||||
if unset.
|
||||
* configure: Regenerate.
|
||||
|
||||
2014-08-19 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
|
||||
|
|
6
gcc/configure
vendored
6
gcc/configure
vendored
|
@ -23122,9 +23122,6 @@ $as_echo "$gcc_cv_as_comdat_group_percent" >&6; }
|
|||
if test $gcc_cv_as_comdat_group_percent = yes; then
|
||||
gcc_cv_as_comdat_group_group=no
|
||||
else
|
||||
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
|
||||
gcc_cv_as_comdat_group_group=no
|
||||
fi
|
||||
case "${target}" in
|
||||
# Sun as uses a completely different syntax.
|
||||
*-*-solaris2*)
|
||||
|
@ -23174,6 +23171,9 @@ $as_echo "$gcc_cv_as_comdat_group_group" >&6; }
|
|||
|
||||
;;
|
||||
esac
|
||||
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
|
||||
gcc_cv_as_comdat_group_group=no
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
if test x"$ld_is_gold" = xyes; then
|
||||
|
|
|
@ -2788,9 +2788,6 @@ else
|
|||
if test $gcc_cv_as_comdat_group_percent = yes; then
|
||||
gcc_cv_as_comdat_group_group=no
|
||||
else
|
||||
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
|
||||
gcc_cv_as_comdat_group_group=no
|
||||
fi
|
||||
case "${target}" in
|
||||
# Sun as uses a completely different syntax.
|
||||
*-*-solaris2*)
|
||||
|
@ -2817,6 +2814,9 @@ else
|
|||
,, [$conftest_s])
|
||||
;;
|
||||
esac
|
||||
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
|
||||
gcc_cv_as_comdat_group_group=no
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
if test x"$ld_is_gold" = xyes; then
|
||||
|
|
Loading…
Add table
Reference in a new issue