]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 6 Dec 2010 17:10:09 +0000 (17:10 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 6 Dec 2010 17:10:09 +0000 (17:10 +0000)
libgomp:
* acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
* configure: Regenerate.

libstdc++-v3:
* acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
* configure: Regenerate.

From-SVN: r167505

libgomp/ChangeLog
libgomp/acinclude.m4
libgomp/configure
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/configure

index 2209d5e4471f088a95480b3e53293e31c8b239ed..c391dd81aa5b072f2420b27c977ac0acb5577c49 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
+       * configure: Regenerate.
+
 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
 
        PR target/40125
index 8d6d0e54a7bc899b9e7ce6373420b92358aff540..d46d78596ec0cb14333e14769214964213d3e35b 100644 (file)
@@ -358,6 +358,8 @@ if test $enable_symvers != no ; then
          [Define to 1 if the target runtime linker supports binding the same symbol to different versions.])
        symvers_renaming=yes ;;
     esac
+else
+    symvers_renaming=no
 fi
 AM_CONDITIONAL(LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2, test $symvers_renaming = no)
 ])
index 4dbdc87982ef434405d50bda400ef0ce28c2f93c..883dddfbf7864f07003bf8b77ab5fc2f750edf3d 100755 (executable)
@@ -16014,6 +16014,8 @@ $as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h
 
        symvers_renaming=yes ;;
     esac
+else
+    symvers_renaming=no
 fi
  if test $symvers_renaming = no; then
   LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2_TRUE=
index 7deae75a3914a74850aaf1ccb707f7ba54a7f27f..d9cdfb38e2781cf8828400a32a2e427fa56885a4 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
+       * configure: Regenerate.
+
 2010-12-06  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/46821
index 18f41af5e3f0d8e5178ea8cd4984cb87090d172c..f8db04e9afb5d5a4c21ca38a0d146152d4f9644d 100644 (file)
@@ -3004,6 +3004,8 @@ if test $enable_symvers != no ; then
          [Define to 1 if the target runtime linker supports binding the same symbol to different versions.])
        symvers_renaming=yes  ;;
     esac
+else
+    symvers_renaming=no
 fi
 GLIBCXX_CONDITIONAL(ENABLE_SYMVERS_SOL2, test $symvers_renaming = no)
 
index 085fb629688f07737c953bf56df1afdc996bc170..85ac9494e21ee740e42624dcb218b2aa99304c83 100755 (executable)
@@ -58461,6 +58461,8 @@ $as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h
 
        symvers_renaming=yes  ;;
     esac
+else
+    symvers_renaming=no
 fi