diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2018-05-02 17:41:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-05-09 10:00:32 +0000 |
commit | 3b755c20f87bd46d59912496c1c595e5ebeaa6d5 (patch) | |
tree | b1db30c96b9a95d995cba89de572f03e75c92d8f /util/xcompile | |
parent | cebb6844170e4085ecb6fa2bb2cb5851d41ca641 (diff) |
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-x | util/xcompile/xcompile | 2 |
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" } |