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
This commit is contained in:
Rainer Orth 2010-12-06 17:10:09 +00:00 committed by Rainer Orth
parent b62305b019
commit c0f9d583f0
6 changed files with 18 additions and 0 deletions

View 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

View 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)
])

2
libgomp/configure vendored
View File

@ -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=

View 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

View 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)

View File

@ -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