aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-05-07 22:27:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-05-08 14:47:18 +0200
commitb11be321a895aa70adeaa8cb92fcfcd5dcbd748c (patch)
treef887768b4196e1acf78e5b20c1a9fa232362beb7
parent7aafe5303b7cdbf4285b32e987d4f71b5615108f (diff)
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> Reviewed-on: http://review.coreboot.org/10140 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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