Re: [dev] [PATCH] support llvm-ar

2015-02-03 Thread Dimitris Papastamos
On Tue, Feb 03, 2015 at 08:31:47PM +0900, Eon S. Jeon wrote: > llvm-ar doesn't understand flags prefixed with dashes. Applied, thanks!

[dev] [PATCH] support llvm-ar

2015-02-03 Thread Eon S. Jeon
llvm-ar doesn't understand flags prefixed with dashes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a74824f..0621eb5 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ config.h: $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $< $

Re: [dev] [PATCH] support llvm-ar

2015-02-03 Thread Dimitris Papastamos
On Tue, Feb 03, 2015 at 01:22:04PM +0900, Eon S. Jeon wrote: > llvm-ar doesn't understand flags prefixed with dashes. Applied, thanks! We should do this for ubase as well at the very least.

[dev] [PATCH] support llvm-ar

2015-02-02 Thread Eon S. Jeon
llvm-ar doesn't understand flags prefixed with dashes. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6df4d6..81cb71e 100644 --- a/Makefile +++ b/Makefile @@ -156,11 +156,11 @@ $(OBJ): $(HDR) config.mk $(CC) $(CFLAGS) $(CPPFL