[hackers] [ubase] support llvm-ar || Eon S. Jeon

From: <git_AT_suckless.org>
Date: Tue, 3 Feb 2015 12:56:18 +0100 (CET)

commit 6253da55c13be52a7f6cf2f038a051b397ca208f
Author: Eon S. Jeon <esjeon_AT_hyunmu.am>
Date: Tue Feb 3 20:31:47 2015 +0900

    support llvm-ar
    
    llvm-ar doesn't understand flags prefixed with dashes.

diff --git a/Makefile b/Makefile
index a74824f..0621eb5 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -158,7 +158,7 @@ config.h:
         $(CC) $(CFLAGS) $(CPPFLAGS) -o $_AT_ -c $<
 
 $(LIBUTIL): $(LIBUTILOBJ)
- $(AR) -r -c $_AT_ $?
+ $(AR) rc $_AT_ $?
         $(RANLIB) $_AT_
 
 install: all
Received on Tue Feb 03 2015 - 12:56:18 CET

This archive was generated by hypermail 2.3.0 : Tue Feb 03 2015 - 13:00:17 CET