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:
parent
a2e1d154d5
commit
3ed63dd843
6 changed files with 22 additions and 14 deletions
|
@ -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),
|
||||
},
|
||||
|
|
|
@ -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),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue