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

@@ -138,7 +138,7 @@ all: $(obj).depend $(OBJS) $(LIB) $(SREC) $(BIN)
#########################################################################
$(LIB): $(obj).depend $(LIBOBJS)
$(AR) crv $@ $(LIBOBJS)
$(AR) $(ARFLAGS) $@ $(LIBOBJS)
$(obj)%: $(obj)%.o $(LIB)
$(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \