X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=cpu%2Fnios2%2FMakefile;h=75f30b43a8b57ee1ae997d505d97de49f9ec93b8;hb=5cf746c303710329f8040d9c62ee354313e3e91f;hp=f903129598f45c260cd75d45fc06424e86f70710;hpb=6741ae92f37caea8a22d1dcfaeab356f94b64676;p=u-boot diff --git a/cpu/nios2/Makefile b/cpu/nios2/Makefile index f903129598..75f30b43a8 100644 --- a/cpu/nios2/Makefile +++ b/cpu/nios2/Makefile @@ -36,7 +36,7 @@ START := $(addprefix $(obj),$(START)) all: $(obj).depend $(START) $(LIB) $(LIB): $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) #########################################################################