mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
Merge pull request #17127 from benpicco/riscv-none-embed
makefiles: RISC-V: prefer target triple from riotdocker
This commit is contained in:
commit
4c61a99125
@ -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