]> git.sur5r.net Git - u-boot/blobdiff - common/Makefile
Sequential accesses to non-existent memory must be synchronized,
[u-boot] / common / Makefile
index 5ff8f93503bc83e5145129f8d8fae5a32970daba..07ddc95453519eedc111ea355ebd71406e86c8fd 100644 (file)
@@ -61,7 +61,7 @@ CPPFLAGS += -I..
 all:   $(LIB) $(AOBJS)
 
 $(LIB): $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 $(obj)environment.o: $(src)environment.c $(obj)../tools/envcrc
        $(CC) $(AFLAGS) -Wa,--no-warn \