[coreboot-gerrit] Patch set updated for coreboot: xcompile: add riscv64 name to riscv toolchain

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Aug 15 16:22:42 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14257

-gerrit

commit 0e18775dd46792980ee24b092c255f82067ba1f4
Author: Iru Cai <mytbk920423 at gmail.com>
Date:   Tue Apr 5 23:43:59 2016 +0800

    xcompile: add riscv64 name to riscv toolchain
    
    In newer toolchain with binutils 2.26 and GCC 5.3.0, we build binutils
    and GCC with machine type riscv32 and riscv64 instead of riscv. We can
    see it in this riscv-gnu-toolchain commit:
    https://github.com/riscv/riscv-gnu-toolchain/commit/dedbf07
    
    Signed-off-by: Iru Cai <mytbk920423 at gmail.com>
    Signed-off-by: Martin Roth <martinroth at google.com>
    Change-Id: Id552859ec256d80108e073d25cd51dd1fc3fbfac
---
 util/xcompile/xcompile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 13a0e8f..6c75da6 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -332,7 +332,7 @@ arch_config_arm64() {
 arch_config_riscv() {
 	TARCH="riscv"
 	TBFDARCHS="littleriscv"
-	TCLIST="riscv"
+	TCLIST="riscv riscv64"
 	TWIDTH="64"
 	TABI="elf"
 }



More information about the coreboot-gerrit mailing list