r191007 - in /branches/google/integration: Chan...

aaw@gcc.gnu.org aaw@gcc.gnu.org
Thu Sep 6 03:57:00 GMT 2012


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



More information about the Libstdc++-cvs mailing list