ar -> $(CROSS)ar
This commit is contained in:
parent
ed507aad14
commit
9ed7f82dc8
@ -153,8 +153,8 @@ CFLAGS+=-I.
|
|||||||
$(DIET) $(CC) -c $< $(CFLAGS)
|
$(DIET) $(CC) -c $< $(CFLAGS)
|
||||||
|
|
||||||
%.a:
|
%.a:
|
||||||
ar cru $@ $^
|
$(CROSS)ar cru $@ $^
|
||||||
-ranlib $@
|
-$(CROSS)ranlib $@
|
||||||
|
|
||||||
t.o: t.c fmt.h scan.h str.h uint16.h uint32.h stralloc.h socket.h \
|
t.o: t.c fmt.h scan.h str.h uint16.h uint32.h stralloc.h socket.h \
|
||||||
buffer.h ip4.h ip6.h byte.h mmap.h open.h textcode.h dns.h iopause.h \
|
buffer.h ip4.h ip6.h byte.h mmap.h open.h textcode.h dns.h iopause.h \
|
||||||
|
4
Makefile
4
Makefile
@ -743,8 +743,8 @@ CFLAGS+=-I.
|
|||||||
$(DIET) $(CC) -c $< $(CFLAGS)
|
$(DIET) $(CC) -c $< $(CFLAGS)
|
||||||
|
|
||||||
%.a:
|
%.a:
|
||||||
ar cru $@ $^
|
$(CROSS)ar cru $@ $^
|
||||||
-ranlib $@
|
-$(CROSS)ranlib $@
|
||||||
|
|
||||||
t.o: t.c fmt.h scan.h str.h uint16.h uint32.h stralloc.h socket.h \
|
t.o: t.c fmt.h scan.h str.h uint16.h uint32.h stralloc.h socket.h \
|
||||||
buffer.h ip4.h ip6.h byte.h mmap.h open.h textcode.h dns.h iopause.h \
|
buffer.h ip4.h ip6.h byte.h mmap.h open.h textcode.h dns.h iopause.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user