1
Fork 0

Promote Mac Catalyst targets to tier 2, and ship with rustup

- aarch64-apple-ios-macabi
- x86_64-apple-ios-macabi
This commit is contained in:
Mads Marquart 2024-08-14 02:12:14 +02:00
parent a2e1d154d5
commit 3ed63dd843
6 changed files with 22 additions and 14 deletions

View file

@ -10,7 +10,7 @@ pub fn target() -> Target {
llvm_target: mac_catalyst_llvm_target(arch).into(),
metadata: crate::spec::TargetMetadata {
description: Some("Apple Catalyst on ARM64".into()),
tier: Some(3),
tier: Some(2),
host_tools: Some(false),
std: Some(true),
},

View file

@ -10,7 +10,7 @@ pub fn target() -> Target {
llvm_target: mac_catalyst_llvm_target(arch).into(),
metadata: crate::spec::TargetMetadata {
description: Some("Apple Catalyst on x86_64".into()),
tier: Some(3),
tier: Some(2),
host_tools: Some(false),
std: Some(true),
},