X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2F74xx_7xx%2FMakefile;h=fe905f31fe2b9ca633712c0db3c937756f21ec8a;hb=a8227b66fa9b38fcb54ea79fa76a9e6b37995459;hp=e82fffcf0bf3397b15247562d7f2c9161e80f110;hpb=64cd52efd1dc51a4a5a0cf10efe5362fab27de29;p=oweals%2Fu-boot.git 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) #########################################################################