Skip to content

Commit bfddf29

Browse files
committed
Update target spec to say Tier 2.
1 parent 89a5bb6 commit bfddf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/armv8r_none_eabihf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub(crate) fn target() -> Target {
1010
llvm_target: "armv8r-none-eabihf".into(),
1111
metadata: TargetMetadata {
1212
description: Some("Bare Armv8-R, hardfloat".into()),
13-
tier: Some(3),
13+
tier: Some(2),
1414
host_tools: Some(false),
1515
std: Some(false),
1616
},

0 commit comments

Comments
 (0)