X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fnios%2FMakefile;h=ad1745608d311c6ad7a9568ad7baab6c3a1e7d63;hb=5798b1c4650e9a8713c95b25c1e669a2bc80a97b;hp=cdab7b008ff4a82ef46e69713aee2a901928b7e8;hpb=64cd52efd1dc51a4a5a0cf10efe5362fab27de29;p=oweals%2Fu-boot.git diff --git a/cpu/nios/Makefile b/cpu/nios/Makefile index cdab7b008f..ad1745608d 100644 --- a/cpu/nios/Makefile +++ b/cpu/nios/Makefile @@ -36,7 +36,7 @@ START := $(addprefix $(obj),$(START)) all: $(obj).depend $(START) $(LIB) $(LIB): $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) #########################################################################