Skip to content

Commit

Permalink
markfiles/cargo-targets.inc.mk: Drop legacy triple
Browse files Browse the repository at this point in the history
The legacy `riscv-none-embed` target triple is incorrect and the
toolchain using it has long been obsolete. With our CI no longer
using the obsolete toolchain, there is no need to handle that one
anymore.
  • Loading branch information
maribu committed Feb 12, 2024
1 parent 1479454 commit 663b74c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefiles/cargo-targets.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ $(CARGO_COMPILE_COMMANDS): $(BUILDDEPS)
-e 's/"riscv64-none-elf"/"riscv32"/g' \
-e 's/"riscv64-unknown-elf"/"riscv32"/g' \
-e 's/"riscv64-elf"/"riscv32"/g' \
-e 's/"riscv-none-embed"/"riscv32"/g' \
| $(LAZYSPONGE) $@


Expand Down

0 comments on commit 663b74c

Please sign in to comment.