]> git.tdb.fi Git - builder.git/commit
Better algorithm for ordering static libraries
authorMikko Rasa <tdb@tdb.fi>
Sat, 11 Oct 2014 04:36:01 +0000 (07:36 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Oct 2014 04:36:01 +0000 (07:36 +0300)
commit91027467faed55accfc79bda525e10d1395cb2a9
treebab66edaa4b1009b107a164369a6fafe086d7a06
parentd2e3935376f922f05a44ff90c4ec707639c68ac8
Better algorithm for ordering static libraries

Put each static library dependency immediately after the library that
required it.  This way, if a tool includes a static library in its own
build_info (such as gnustl_static for AndroidCxxCompiler), it will be
placed last and be available for all other static libraries.
source/binary.cpp