[coreboot-gerrit] Patch set updated for coreboot: vendorcode: Use cross archiver for libagesa.a on AMD f14

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Jun 20 02:09:02 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10593

-gerrit

commit 8e2ae07693c0e3bec653295570567781e5ffbbdb
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Jun 18 22:03:19 2015 -0700

    vendorcode: Use cross archiver for libagesa.a on AMD f14
    
    Change-Id: I61a9f65a1ac4c95096d0ff071a95984cf219caa8
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/vendorcode/amd/agesa/f14/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/amd/agesa/f14/Makefile.inc b/src/vendorcode/amd/agesa/f14/Makefile.inc
index ba6a30e..a5f7561 100644
--- a/src/vendorcode/amd/agesa/f14/Makefile.inc
+++ b/src/vendorcode/amd/agesa/f14/Makefile.inc
@@ -332,7 +332,7 @@ libagesa-y += Proc/Mem/Main/mu.c
 
 $(obj)/libagesa.fam14.a: $$(libagesa-objs)
 	@printf " AGESA $(subst $(obj)/,,$(@))\n"
-	ar rcs $@ $+
+	$(AR_romstage) rcs $@ $+
 
 romstage-libs += $(obj)/libagesa.fam14.a
 ramstage-libs += $(obj)/libagesa.fam14.a



More information about the coreboot-gerrit mailing list