Move "ar" flags to config.mk to allow for silent "make -s"

Based on patch by Mike Frysinger, 20 Jun 2006
This commit is contained in:
Wolfgang Denk
2006-10-09 01:02:05 +02:00
parent 7ce343e499
commit 2b208f5308
334 changed files with 337 additions and 333 deletions

View File

@@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS) $(SOBJS)
$(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
#########################################################################