@@ -4,7 +4,7 @@ use run_make_support::{rustc, serde_json};
4
4
// Per https://github.com/rust-lang/compiler-team/issues/422,
5
5
// we should be trying to move these targets to dynamically link
6
6
// musl libc by default.
7
- //@ needs-llvm-components: aarch64 arm mips powerpc riscv systemz x86
7
+ //@ needs-llvm-components: aarch64 arm mips powerpc x86
8
8
static LEGACY_STATIC_LINKING_TARGETS : & [ & ' static str ] = & [
9
9
"aarch64-unknown-linux-musl" ,
10
10
"arm-unknown-linux-musleabi" ,
@@ -14,16 +14,8 @@ static LEGACY_STATIC_LINKING_TARGETS: &[&'static str] = &[
14
14
"armv7-unknown-linux-musleabihf" ,
15
15
"i586-unknown-linux-musl" ,
16
16
"i686-unknown-linux-musl" ,
17
- "mips64-unknown-linux-musl" ,
18
- "mips64-unknown-linux-muslabi64" ,
19
17
"mips64el-unknown-linux-muslabi64" ,
20
- "powerpc-unknown-linux-musl" ,
21
- "powerpc-unknown-linux-muslspe" ,
22
- "powerpc64-unknown-linux-musl" ,
23
18
"powerpc64le-unknown-linux-musl" ,
24
- "riscv32gc-unknown-linux-musl" ,
25
- "s390x-unknown-linux-musl" ,
26
- "thumbv7neon-unknown-linux-musleabihf" ,
27
19
"x86_64-unknown-linux-musl" ,
28
20
] ;
29
21
0 commit comments