Skip to content

Commit cbf13fd

Browse files
committed
tests/run-make: Update list of statically linked musl targets
All of the tier 3 targets in the list now link dynamically by default (except mips64el-unknown-linux-muslabi64, I overlooked that one). Adjust the list of targets expected to link statically accordingly. Signed-off-by: Jens Reidel <[email protected]>
1 parent d1ed52b commit cbf13fd

File tree

1 file changed

+0
-8
lines changed
  • tests/run-make/musl-default-linking

1 file changed

+0
-8
lines changed

tests/run-make/musl-default-linking/rmake.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,8 @@ static LEGACY_STATIC_LINKING_TARGETS: &[&'static str] = &[
1414
"armv7-unknown-linux-musleabihf",
1515
"i586-unknown-linux-musl",
1616
"i686-unknown-linux-musl",
17-
"mips64-unknown-linux-musl",
18-
"mips64-unknown-linux-muslabi64",
1917
"mips64el-unknown-linux-muslabi64",
20-
"powerpc-unknown-linux-musl",
21-
"powerpc-unknown-linux-muslspe",
22-
"powerpc64-unknown-linux-musl",
2318
"powerpc64le-unknown-linux-musl",
24-
"riscv32gc-unknown-linux-musl",
25-
"s390x-unknown-linux-musl",
26-
"thumbv7neon-unknown-linux-musleabihf",
2719
"x86_64-unknown-linux-musl",
2820
];
2921

0 commit comments

Comments
 (0)