We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e76ba commit 6bee7aeCopy full SHA for 6bee7ae
target-specs/armv6-none-eabi.json
tools/no-std.sh
@@ -20,7 +20,7 @@ default_targets=(
20
thumbv5te-none-eabi
21
# v6
22
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
+ thumbv6-none-eabi # custom target # TODO: use builtin target once https://github.com/rust-lang/compiler-builtins/pull/1050 released
24
# v7-A
25
armv7a-none-eabi
26
# v8-R
0 commit comments