From 3b755c20f87bd46d59912496c1c595e5ebeaa6d5 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 2 May 2018 17:41:18 +0200 Subject: util/xcompile: prefer riscv64 over riscv gcc 8.1 insists. Change-Id: I8cb00fafdfff7679e38f357c6e8968da656c351d Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/25995 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- util/xcompile/xcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 408ca71bbc..6d82a4de63 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -334,7 +334,7 @@ arch_config_arm64() { arch_config_riscv() { TARCH="riscv" TBFDARCHS="littleriscv" - TCLIST="riscv riscv64" + TCLIST="riscv64 riscv" TWIDTH="64" TABI="elf" } -- cgit v1.2.3