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>
This commit is contained in:
parent
7aafe5303b
commit
b11be321a8
|
@ -365,7 +365,7 @@ $(obj)/%.bootblock.o $(abspath $(obj))/%.bootblock.o: $(obj)/%.c $(obj)/config.h
|
||||||
|
|
||||||
$(objgenerated)/libverstage.a: $$(libverstage-objs)
|
$(objgenerated)/libverstage.a: $$(libverstage-objs)
|
||||||
rm -f $@
|
rm -f $@
|
||||||
ar rcsT $@ $^
|
$(AR_libverstage) rcsT $@ $^
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Clean up rules
|
# Clean up rules
|
||||||
|
|
Loading…
Reference in New Issue