aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2009-08-26 19:03:24 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2009-08-26 20:03:24 +0100
commit41bc3c4a822b838e38a4b8f1d09c36ec54f40ddc (patch)
treece6bdf80b9b8b5e45f458413d06900151dfd7bef /libstdc++-v3/configure
parent68ccd57c8c3c04c56136779c4287d33afb1ccd1b (diff)
downloadgcc-41bc3c4a822b838e38a4b8f1d09c36ec54f40ddc.zip
gcc-41bc3c4a822b838e38a4b8f1d09c36ec54f40ddc.tar.gz
gcc-41bc3c4a822b838e38a4b8f1d09c36ec54f40ddc.tar.bz2
re PR libstdc++/41005 ([C++0x] Unable to link fstream open and ctor with std::string argument.)
2009-08-26 Jonathan Wakely <jwakely.gcc@gmail.com> PR libstdc++/41005 * configure.ac: Bump libtool_VERSION to 6:14:0. * configure: Regenerate. * src/Makefile.am: Compile fstream-inst.cc as C++0x. * src/Makefile.in: Regenerate. * config/abi/pre/gnu.ver: Add new symbols and disambiguate old ones, move <future> symbols to 3.4.14 version. * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.14 version. From-SVN: r151126
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 49bf86c..9bfa40b 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -2927,7 +2927,7 @@ ac_config_headers="$ac_config_headers config.h"
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
# For libtool versioning info, format is CURRENT:REVISION:AGE
-libtool_VERSION=6:13:0
+libtool_VERSION=6:14:0
# Find the rest of the source tree framework.