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" }