Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51761 - trunk/tools/build/v2/tools
From: ghost_at_[hidden]
Date: 2009-03-13 15:12:03


Author: vladimir_prus
Date: 2009-03-13 15:12:02 EDT (Fri, 13 Mar 2009)
New Revision: 51761
URL: http://svn.boost.org/trac/boost/changeset/51761

Log:
Don't use -qtwolink.
It is reported in http://permalink.gmane.org/gmane.comp.lib.boost.build/20456
as breaking things.

Text files modified:
   trunk/tools/build/v2/tools/vacpp.jam | 5 -----
   1 files changed, 0 insertions(+), 5 deletions(-)

Modified: trunk/tools/build/v2/tools/vacpp.jam
==============================================================================
--- trunk/tools/build/v2/tools/vacpp.jam (original)
+++ trunk/tools/build/v2/tools/vacpp.jam 2009-03-13 15:12:02 EDT (Fri, 13 Mar 2009)
@@ -69,12 +69,7 @@
 
 if [ os.name ] = AIX
 {
- # Tell the linker to discard unneeded object files from archive libraries.
- # Please note that the static constructors contained by the discarded object
- # files will not be invoked.
     flags vacpp.compile C++FLAGS : -qfuncsect ;
- flags vacpp.link LINKFLAGS <link>static : -qtwolink ;
-
 
     # The -bnoipath strips the prepending (relative) path of libraries from
     # the loader section in the target library or executable. Hence, during


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk