This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r191007 - in /branches/google/integration: Chan...
- From: aaw at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 06 Sep 2012 03:57:04 -0000
- Subject: r191007 - in /branches/google/integration: Chan...
Author: aaw
Date: Thu Sep 6 03:57:04 2012
New Revision: 191007
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191007
Log:
Add new libtool options -Xcompiler-shared and -Xcompiler-static.
Use this to remove versioned symbols from libstdc++.a when configured with
--with-pic.
Google ref b/7088884
2012-09-05 Ollie Wild <aaw@google.com>
* ltmain.sh (func_mode_compile): Add -Xcompiler-shared and
-Xcompiler-static options.
(func_mode_help): Document new options.
* libstdc++/src/Makefile.am (LTCXXCOMPILE): Pass -UPIC when compiling
static libraries.
* libstdc++/src/Makefile.in: Regenerate.
Modified:
branches/google/integration/libstdc++-v3/ChangeLog.google-integration
branches/google/integration/libstdc++-v3/src/Makefile.am
branches/google/integration/libstdc++-v3/src/Makefile.in
Changes in other areas also in this revision:
Modified:
branches/google/integration/ChangeLog.google-integration
branches/google/integration/ltmain.sh