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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user