summaryrefslogtreecommitdiff
path: root/util/xcompile
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2018-05-02 17:41:18 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-09 10:00:32 +0000
commit3b755c20f87bd46d59912496c1c595e5ebeaa6d5 (patch)
treeb1db30c96b9a95d995cba89de572f03e75c92d8f /util/xcompile
parentcebb6844170e4085ecb6fa2bb2cb5851d41ca641 (diff)
downloadcoreboot-3b755c20f87bd46d59912496c1c595e5ebeaa6d5.tar.xz
util/xcompile: prefer riscv64 over riscv
gcc 8.1 insists. Change-Id: I8cb00fafdfff7679e38f357c6e8968da656c351d Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/25995 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/xcompile')
-rwxr-xr-xutil/xcompile/xcompile2
1 files changed, 1 insertions, 1 deletions
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"
}