Skip to content

Commit 6bee7ae

Browse files
committed
ci: Replace armv6-none-eabi custom target with new builtin target
1 parent 78e76ba commit 6bee7ae

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

target-specs/armv6-none-eabi.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

tools/no-std.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default_targets=(
2020
thumbv5te-none-eabi
2121
# v6
2222
armv6-none-eabi
23-
# thumbv6-none-eabi # TODO: "rustc-LLVM ERROR: Cannot select: intrinsic %llvm.arm.hint" will be fixed in https://github.com/rust-lang/rust/pull/150138
23+
thumbv6-none-eabi # custom target # TODO: use builtin target once https://github.com/rust-lang/compiler-builtins/pull/1050 released
2424
# v7-A
2525
armv7a-none-eabi
2626
# v8-R

0 commit comments

Comments
 (0)