1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles: RISC-V: prefer target triple from riotdocker

This commit is contained in:
Benjamin Valentin 2021-11-03 14:17:36 +01:00
parent 47029055a6
commit b4dc8a5366

View File

@ -10,15 +10,16 @@
# triple to the least correct triple all that might be able to produce our
# binaries. Finally, "riscv-none-embed" is also tested for compatibility with
# an previously popular legacy toolchain.
# For a CI transition period, it is tested first.
_TRIPLES_TO_TEST := \
riscv-none-embed \
riscv32-none-elf \
riscv-none-elf \
riscv32-unknown-elf \
riscv-unknown-elf \
riscv64-none-elf \
riscv64-unknown-elf \
riscv-none-embed
riscv64-unknown-elf
TARGET_ARCH_RISCV ?= \
$(strip \