From 00c7100f102b06d2844bffb7bbf69c78f1bd5d55 Mon Sep 17 00:00:00 2001 From: pme Date: Wed, 20 Feb 2002 22:10:39 +0000 Subject: 2002-02-20 Phil Edwards * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Also check version. (GLIBCPP_ENABLE_SYMVERS): Redo logic, use linker version. * configure.in (GLIBCPP_ENABLE_SYMVERS): Move later in the script. * aclocal.m4: Regenerate. * configure: Regenerate. * config/linker-map.dummy: New file. Contains nothing useful. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49913 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libstdc++-v3/configure.in') diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index bbbfa9dbc9b..7c2b612c0ea 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -49,7 +49,6 @@ GLIBCPP_ENABLE_THREADS GLIBCPP_ENABLE_CXX_FLAGS([none]) GLIBCPP_ENABLE_SJLJ_EXCEPTIONS GLIBCPP_ENABLE_CONCEPT_CHECKS -GLIBCPP_ENABLE_SYMVERS([no]) if test -n "$with_cross_host" || test x"$build" != x"$host"; then @@ -250,6 +249,8 @@ else GLIBCPP_CONFIGURE_TESTSUITE fi +# This depends on the possibly-skipped linker test above. +GLIBCPP_ENABLE_SYMVERS([no]) # Propagate the target-specific source directories through the build chain. OS_INC_SRCDIR=$os_include_dir/bits -- cgit v1.2.1