Commit c0f9d583 by Rainer Orth Committed by Rainer Orth

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
parent b62305b0
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> 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
PR target/40125 PR target/40125
......
...@@ -358,6 +358,8 @@ if test $enable_symvers != no ; then ...@@ -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.]) [Define to 1 if the target runtime linker supports binding the same symbol to different versions.])
symvers_renaming=yes ;; symvers_renaming=yes ;;
esac esac
else
symvers_renaming=no
fi fi
AM_CONDITIONAL(LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2, test $symvers_renaming = no) AM_CONDITIONAL(LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2, test $symvers_renaming = no)
]) ])
...@@ -16014,6 +16014,8 @@ $as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h ...@@ -16014,6 +16014,8 @@ $as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h
symvers_renaming=yes ;; symvers_renaming=yes ;;
esac esac
else
symvers_renaming=no
fi fi
if test $symvers_renaming = no; then if test $symvers_renaming = no; then
LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2_TRUE= LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2_TRUE=
......
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> 2010-12-06 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/46821 PR libstdc++/46821
......
...@@ -3004,6 +3004,8 @@ if test $enable_symvers != no ; then ...@@ -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.]) [Define to 1 if the target runtime linker supports binding the same symbol to different versions.])
symvers_renaming=yes ;; symvers_renaming=yes ;;
esac esac
else
symvers_renaming=no
fi fi
GLIBCXX_CONDITIONAL(ENABLE_SYMVERS_SOL2, test $symvers_renaming = no) GLIBCXX_CONDITIONAL(ENABLE_SYMVERS_SOL2, test $symvers_renaming = no)
......
...@@ -58461,6 +58461,8 @@ $as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h ...@@ -58461,6 +58461,8 @@ $as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h
symvers_renaming=yes ;; symvers_renaming=yes ;;
esac esac
else
symvers_renaming=no
fi fi
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