diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-20 22:10:39 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-20 22:10:39 +0000 |
commit | 00c7100f102b06d2844bffb7bbf69c78f1bd5d55 (patch) | |
tree | 3674bc8256ca9a061825fc6e661f5d0899b01c80 /libstdc++-v3/configure.in | |
parent | 36747d13adbc2d1f2329ef24ae39ce93a492cbfb (diff) | |
download | gcc-00c7100f102b06d2844bffb7bbf69c78f1bd5d55.tar.gz |
2002-02-20 Phil Edwards <pme@gcc.gnu.org>
* 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
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |