[coreboot-gerrit] New patch to review for coreboot: 818d85e libpayload: also support armv7-a toolchain

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Oct 16 15:53:41 CEST 2014


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7074

-gerrit

commit 818d85e2bddda22d75295ca469fbe5681c07e009
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Thu Oct 16 15:53:16 2014 +0200

    libpayload: also support armv7-a toolchain
    
    Change-Id: I9b80b72de96fb28489dcc8547b8f748ea4fcc355
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 payloads/libpayload/util/xcompile/xcompile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/libpayload/util/xcompile/xcompile b/payloads/libpayload/util/xcompile/xcompile
index 755fb18..03d6f1f 100644
--- a/payloads/libpayload/util/xcompile/xcompile
+++ b/payloads/libpayload/util/xcompile/xcompile
@@ -140,7 +140,7 @@ SUPPORTED_ARCHITECTURE="x86 arm"
 # ARM Architecture
 TARCH_arm="arm"
 TBFDARCH_arm="littlearm"
-TCLIST_arm="armv7a"
+TCLIST_arm="armv7a armv7-a"
 TWIDTH_arm="32"
 
 # X86 Architecture



More information about the coreboot-gerrit mailing list