From: Rainer Orth Date: Mon, 6 Dec 2010 17:10:09 +0000 (+0000) Subject: acinclude.m4 (symvers_renaming): Also set if enable_symvers = no. X-Git-Tag: releases/gcc-4.6.0~2112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0f9d583f06a2f8de12079f6ea3775f7cda9f51c;p=thirdparty%2Fgcc.git acinclude.m4 (symvers_renaming): Also set if enable_symvers = no. 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 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 2209d5e4471f..c391dd81aa5b 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2010-12-06 Rainer Orth + + * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no. + * configure: Regenerate. + 2010-12-06 Dave Korn PR target/40125 diff --git a/libgomp/acinclude.m4 b/libgomp/acinclude.m4 index 8d6d0e54a7bc..d46d78596ec0 100644 --- a/libgomp/acinclude.m4 +++ b/libgomp/acinclude.m4 @@ -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) ]) diff --git a/libgomp/configure b/libgomp/configure index 4dbdc87982ef..883dddfbf786 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -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= diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7deae75a3914..d9cdfb38e278 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2010-12-06 Rainer Orth + + * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no. + * configure: Regenerate. + 2010-12-06 Paolo Carlini PR libstdc++/46821 diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 18f41af5e3f0..f8db04e9afb5 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -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) diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 085fb629688f..85ac9494e21e 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -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