qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/2v2] [RESENT-INLINE] Use libtoo


From: Richard Henderson
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/2v2] [RESENT-INLINE] Use libtool instead of ar to create static libraries on Darwin.
Date: Mon, 2 May 2016 21:06:43 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

On 05/02/2016 03:10 PM, Christopher Friedt wrote:
 %.a:
+ifdef CONFIG_DARWIN
+       $(call quiet-command,rm -f $@ && libtool -static -o $@ $^,"  libtool    
$(TARGET_DIR)$@")
+else
        $(call quiet-command,rm -f $@ && $(AR) rcs $@ $^,"  AR    
$(TARGET_DIR)$@")
+endif


Does it work to use libtool -static everywhere?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]