1
0
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:
benpicco 2021-11-05 23:20:12 +01:00 committed by GitHub
commit 4c61a99125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \