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