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 100fde5 commit d8129a1Copy full SHA for d8129a1
compiler/rustc_target/src/spec/targets/aarch64_unknown_trusty.rs
@@ -7,7 +7,7 @@ pub fn target() -> Target {
7
llvm_target: "aarch64-unknown-unknown-musl".into(),
8
metadata: crate::spec::TargetMetadata {
9
description: Some("ARM64 Trusty".into()),
10
- tier: Some(2),
+ tier: Some(3),
11
host_tools: Some(false),
12
std: Some(false),
13
},
compiler/rustc_target/src/spec/targets/armv7_unknown_trusty.rs
@@ -8,7 +8,7 @@ pub fn target() -> Target {
llvm_target: "armv7-unknown-unknown-gnueabi".into(),
description: Some("Armv7-A Trusty".into()),
14
0 commit comments