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>
This commit is contained in:
Patrick Georgi 2018-05-02 17:41:18 +02:00 committed by Patrick Georgi
parent cebb684417
commit 3b755c20f8
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ arch_config_arm64() {
arch_config_riscv() {
TARCH="riscv"
TBFDARCHS="littleriscv"
TCLIST="riscv riscv64"
TCLIST="riscv64 riscv"
TWIDTH="64"
TABI="elf"
}