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:
parent
47029055a6
commit
b4dc8a5366
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user