diff options
| author | Jonathan 'theJPster' Pallant <github@thejpster.org.uk> | 2025-09-07 18:36:15 +0100 |
|---|---|---|
| committer | Jonathan 'theJPster' Pallant <github@thejpster.org.uk> | 2025-09-14 09:49:07 +0100 |
| commit | 430d3532662fe309f3893ac2680775c1a5db0c41 (patch) | |
| tree | c7b3962ce5b78d0f91227e552fecaf4703582130 /compiler/rustc_target/src | |
| parent | 60a5372753460ef0db67c2307308a741b17771f3 (diff) | |
| download | rust-430d3532662fe309f3893ac2680775c1a5db0c41.tar.gz rust-430d3532662fe309f3893ac2680775c1a5db0c41.zip | |
Drop armebv7r-none-eabi* to Tier 3
These targets are not widely used, and are difficult to test because qemu-system-arm cannot emulate them.
Diffstat (limited to 'compiler/rustc_target/src')
| -rw-r--r-- | compiler/rustc_target/src/spec/targets/armebv7r_none_eabi.rs | 2 | ||||
| -rw-r--r-- | compiler/rustc_target/src/spec/targets/armebv7r_none_eabihf.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_target/src/spec/targets/armebv7r_none_eabi.rs b/compiler/rustc_target/src/spec/targets/armebv7r_none_eabi.rs index d227d63c4a3..0ae7cd7a377 100644 --- a/compiler/rustc_target/src/spec/targets/armebv7r_none_eabi.rs +++ b/compiler/rustc_target/src/spec/targets/armebv7r_none_eabi.rs @@ -12,7 +12,7 @@ pub(crate) fn target() -> Target { llvm_target: "armebv7r-none-eabi".into(), metadata: TargetMetadata { description: Some("Bare Armv7-R, Big Endian".into()), - tier: Some(2), + tier: Some(3), host_tools: Some(false), std: Some(false), }, diff --git a/compiler/rustc_target/src/spec/targets/armebv7r_none_eabihf.rs b/compiler/rustc_target/src/spec/targets/armebv7r_none_eabihf.rs index c373afb914e..71ffd8baed5 100644 --- a/compiler/rustc_target/src/spec/targets/armebv7r_none_eabihf.rs +++ b/compiler/rustc_target/src/spec/targets/armebv7r_none_eabihf.rs @@ -12,7 +12,7 @@ pub(crate) fn target() -> Target { llvm_target: "armebv7r-none-eabihf".into(), metadata: TargetMetadata { description: Some("Bare Armv7-R, Big Endian, hardfloat".into()), - tier: Some(2), + tier: Some(3), host_tools: Some(false), std: Some(false), }, |
