The change introduced in commit 97f03a437 doesn't actually work. The resulting libtool script sets $postdeps too late and the command line actually uses $postdep_objects, so the -library=Cstd -library=Crun never actually gets into the command line. Reverting that commit restores the correct behavior. daniel