ref: 32478e74e0c0c9303bf4c474bcb41bea674962c2
parent: 1f3216de535a95c71ec389f1212b59478489799b
author: Roberto E. Vargas Caballero <[email protected]>
date: Tue Feb 21 05:07:41 EST 2017
[libc] Use AR variable in the Makefile
--- a/libc/src/Makefile
+++ b/libc/src/Makefile
@@ -12,7 +12,7 @@
all: libc.a
libc.a: $(LIBCOBJ)
- ar $(ARFLAGS) $@ $?
+ $(AR) $(ARFLAGS) $@ $?
ranlib $@
clean: