]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix regression over 1.5.26 with ccache $CC -all-static.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 22 Apr 2008 19:43:06 +0000 (21:43 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 22 Apr 2008 19:43:06 +0000 (21:43 +0200)
commit9c3ae35db6bbd9ce82bc5479354d99f53c46e888
treecedce81fa0640981a84d3dd9e90ebcbb59f63ed2
parent9b00a3a6e7d231440029d8be120dff7faa15320e
Fix regression over 1.5.26 with ccache $CC -all-static.

* libltdl/config/ltmain.m4sh (func_mode_link): Add
$link_static_flag to compile_command and link_command only
later, instead of right after a possible compiler wrapper.
* tests/static.at (ccache -all-static): New test.
* THANKS: Update.
Report by Richard Purdie.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
libltdl/config/ltmain.m4sh
tests/static.at