diff options
| author | Jens Reidel <adrian@travitia.xyz> | 2024-11-18 14:26:40 +0100 |
|---|---|---|
| committer | Jens Reidel <adrian@travitia.xyz> | 2024-12-06 04:35:21 +0100 |
| commit | 68ce6596ec2104b4d541a796afe74e210bf5f4b9 (patch) | |
| tree | 4e874803316cd19cf4a7dacafb842a5b0440bae2 /compiler/rustc_target/src/spec | |
| parent | 706141b8d9090228343340378b1d4a2b095fa1fb (diff) | |
| download | rust-68ce6596ec2104b4d541a796afe74e210bf5f4b9.tar.gz rust-68ce6596ec2104b4d541a796afe74e210bf5f4b9.zip | |
Promote powerpc64le-unknown-linux-musl to tier 2 with host tools
MCP: https://github.com/rust-lang/compiler-team/issues/803 Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Diffstat (limited to 'compiler/rustc_target/src/spec')
| -rw-r--r-- | compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_musl.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_musl.rs b/compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_musl.rs index 50946ae4ce6..9a76c9c6745 100644 --- a/compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_musl.rs +++ b/compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_musl.rs @@ -11,8 +11,8 @@ pub(crate) fn target() -> Target { llvm_target: "powerpc64le-unknown-linux-musl".into(), metadata: crate::spec::TargetMetadata { description: Some("64-bit PowerPC Linux with musl 1.2.3, Little Endian".into()), - tier: Some(3), - host_tools: Some(false), + tier: Some(2), + host_tools: Some(true), std: Some(true), }, pointer_width: 64, |
