From 8f3f1efcec5f95500a311ea8c4ec820ec463c090 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 13 Mar 2009 19:12:02 +0000 Subject: [PATCH] Don't use -qtwolink. It is reported in http://permalink.gmane.org/gmane.comp.lib.boost.build/20456 as breaking things. [SVN r51761] --- v2/tools/vacpp.jam | 5 ----- 1 file changed, 5 deletions(-) diff --git a/v2/tools/vacpp.jam b/v2/tools/vacpp.jam index a2997a6fb..57a27dcf8 100644 --- a/v2/tools/vacpp.jam +++ b/v2/tools/vacpp.jam @@ -69,12 +69,7 @@ flags vacpp LINKFLAGS off : -s ; 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 static : -qtwolink ; - # The -bnoipath strips the prepending (relative) path of libraries from # the loader section in the target library or executable. Hence, during