This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r191006 - in /branches/google/gcc-4_7: ChangeLo...


Author: aaw
Date: Thu Sep  6 03:52:03 2012
New Revision: 191006

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191006
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/gcc-4_7/libstdc++-v3/ChangeLog.google-4_7
    branches/google/gcc-4_7/libstdc++-v3/src/Makefile.am
    branches/google/gcc-4_7/libstdc++-v3/src/Makefile.in

Changes in other areas also in this revision:
Modified:
    branches/google/gcc-4_7/ChangeLog.google-4_7
    branches/google/gcc-4_7/ltmain.sh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]