Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10140
-gerrit
commit aa1eb0552ee416366ee7d26b28807acfbaf03b58 Author: Patrick Georgi pgeorgi@chromium.org Date: Thu May 7 22:27:01 2015 +0200
build system: use platform specific ar(1) for libverstage
Shouldn't be necessary, doesn't hurt either.
Change-Id: I4fa5cc2931523b5beac5ea5126e3e8b841446017 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc index f34aaac..2aaf5b2 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -365,7 +365,7 @@ $(obj)/%.bootblock.o $(abspath $(obj))/%.bootblock.o: $(obj)/%.c $(obj)/config.h
$(objgenerated)/libverstage.a: $$(libverstage-objs) rm -f $@ - ar rcsT $@ $^ + $(AR_libverstage) rcsT $@ $^
####################################################################### # Clean up rules