On Thu, Feb 2, 2012 at 5:03 AM, Asias He <asias.he...@gmail.com> wrote:
> On 02/02/2012 10:47 AM, Matt Evans wrote:
>> This commit adds a target for 'lkvm-static' which is linked -static.
>>
>> (This can be useful to construct kvmtool binaries for minimalist
>> auto-test host filesystems.)
>>
>> Since extra features (SDL, AIO, VNC etc.) are auto-detected in the makefile
>> AND some features may only work when linked one way (but not both), the
>> feature detection now checks for both dynamic & static success.  Intermediate
>> objects build with correct flags (e.g. CONFIG_HAS_AIO) for the end target.
>>
>> Signed-off-by: Matt Evans <m...@ozlabs.org>
>> ---
>>
>> V3:  OK, I solved the problem of "probe for dynamic optional lib, fail to
>> link it statically" with a second set of probes, for static optional libs,
>> with appropriate dependencies to tie all this back to lkvm-static.
>
>
> This version works for me. Thanks Matt!

Applied, thanks!
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to