diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2009-08-26 19:03:24 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2009-08-26 20:03:24 +0100 |
commit | 41bc3c4a822b838e38a4b8f1d09c36ec54f40ddc (patch) | |
tree | ce6bdf80b9b8b5e45f458413d06900151dfd7bef /libstdc++-v3/configure.ac | |
parent | 68ccd57c8c3c04c56136779c4287d33afb1ccd1b (diff) | |
download | gcc-41bc3c4a822b838e38a4b8f1d09c36ec54f40ddc.tar.gz |
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.ac')
-rw-r--r-- | libstdc++-v3/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index bb80cd5d79a..bc05d2d5d4a 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -12,7 +12,7 @@ AC_CONFIG_HEADER(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 AC_SUBST(libtool_VERSION) # Find the rest of the source tree framework. |