X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2F74xx_7xx%2FMakefile;h=fe905f31fe2b9ca633712c0db3c937756f21ec8a;hb=2242f5369822bc7780db95c47985bb408ea9157b;hp=e82fffcf0bf3397b15247562d7f2c9161e80f110;hpb=afa98843e4665add11b69496341053b268156e3a;p=u-boot diff --git a/cpu/74xx_7xx/Makefile b/cpu/74xx_7xx/Makefile index e82fffcf0b..fe905f31fe 100644 --- a/cpu/74xx_7xx/Makefile +++ b/cpu/74xx_7xx/Makefile @@ -39,7 +39,7 @@ START := $(addprefix $(obj),$(START)) all: $(obj).depend $(START) $(LIB) $(LIB): $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) #########################################################################