From b11be321a895aa70adeaa8cb92fcfcd5dcbd748c Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 7 May 2015 22:27:01 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/10140 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 06c3302156..79cfa72cf4 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 -- cgit v1.2.3