2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Don't use -qtwolink.

It is reported in http://permalink.gmane.org/gmane.comp.lib.boost.build/20456
as breaking things.


[SVN r51761]
This commit is contained in:
Vladimir Prus
2009-03-13 19:12:02 +00:00
parent f038c75b34
commit 8f3f1efcec

View File

@@ -69,12 +69,7 @@ flags vacpp LINKFLAGS <debug-symbols>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 <link>static : -qtwolink ;
# The -bnoipath strips the prepending (relative) path of libraries from
# the loader section in the target library or executable. Hence, during