]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Restore Sun as COMDAT group support
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 19 Aug 2014 10:13:24 +0000 (10:13 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 19 Aug 2014 10:13:24 +0000 (10:13 +0000)
* configure.ac (gcc_cv_as_comdat_group_group): Only default to no
if unset.
* configure: Regenerate.

From-SVN: r214137

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index dafc0e5a9888f1efbadea6c7b822f341d9584faa..d40886efec0f6784c98c3f749d1bf3db456aae86 100644 (file)
@@ -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
index d829d4f3f481d6f531a763d53747e247b4b6cc94..60aaea17d27ba3458f11b14653b1cc508c50eb38 100755 (executable)
@@ -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
index 3c15c0dc4f624fb97847b1f302abff47172b3e8e..b5c05ab0f1136070c9fb2693caa4f44d8c94522c 100644 (file)
@@ -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