Skip to content

Commit c066bf6

Browse files
Auto merge of #142682 - Gankra:update_musl_1.2.5, r=<try>
Update bundled musl to 1.2.5 Update the bundled musl library from 1.2.3 to the 1.2.5 release from February 29, 2024. * mcp: rust-lang/compiler-team#887 * blog: rust-lang/blog.rust-lang.org#1641 * Prior update: #107129 * [musl releases page](https://musl.libc.org/releases.html) -------- This is a rebase of * #125692 Which removes the second speculative commit which ended up not panning out. I've added my own second commit that updates all other places I could find that referenced musl 1.2.3 in the codebase. try-job: dist-x86_64-musl try-job: dist-i586-gnu-i586-i686-musl try-job: dist-x86_64-linux
2 parents 8de4c72 + 1926e11 commit c066bf6

26 files changed

+53
-53
lines changed

compiler/rustc_target/src/spec/targets/aarch64_unknown_linux_musl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub(crate) fn target() -> Target {
2020
Target {
2121
llvm_target: "aarch64-unknown-linux-musl".into(),
2222
metadata: TargetMetadata {
23-
description: Some("ARM64 Linux with musl 1.2.3".into()),
23+
description: Some("ARM64 Linux with musl 1.2.5".into()),
2424
tier: Some(2),
2525
host_tools: Some(true),
2626
std: Some(true),

compiler/rustc_target/src/spec/targets/arm_unknown_linux_musleabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub(crate) fn target() -> Target {
44
Target {
55
llvm_target: "arm-unknown-linux-musleabi".into(),
66
metadata: TargetMetadata {
7-
description: Some("Armv6 Linux with musl 1.2.3".into()),
7+
description: Some("Armv6 Linux with musl 1.2.5".into()),
88
tier: Some(2),
99
host_tools: Some(false),
1010
std: Some(true),

compiler/rustc_target/src/spec/targets/arm_unknown_linux_musleabihf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub(crate) fn target() -> Target {
44
Target {
55
llvm_target: "arm-unknown-linux-musleabihf".into(),
66
metadata: TargetMetadata {
7-
description: Some("Armv6 Linux with musl 1.2.3, hardfloat".into()),
7+
description: Some("Armv6 Linux with musl 1.2.5, hardfloat".into()),
88
tier: Some(2),
99
host_tools: Some(false),
1010
std: Some(true),

compiler/rustc_target/src/spec/targets/armv5te_unknown_linux_musleabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub(crate) fn target() -> Target {
44
Target {
55
llvm_target: "armv5te-unknown-linux-musleabi".into(),
66
metadata: TargetMetadata {
7-
description: Some("Armv5TE Linux with musl 1.2.3".into()),
7+
description: Some("Armv5TE Linux with musl 1.2.5".into()),
88
tier: Some(2),
99
host_tools: Some(false),
1010
std: Some(true),

compiler/rustc_target/src/spec/targets/armv7_unknown_linux_musleabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub(crate) fn target() -> Target {
99
Target {
1010
llvm_target: "armv7-unknown-linux-musleabi".into(),
1111
metadata: TargetMetadata {
12-
description: Some("Armv7-A Linux with musl 1.2.3".into()),
12+
description: Some("Armv7-A Linux with musl 1.2.5".into()),
1313
tier: Some(2),
1414
host_tools: Some(false),
1515
std: Some(true),

compiler/rustc_target/src/spec/targets/armv7_unknown_linux_musleabihf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub(crate) fn target() -> Target {
66
Target {
77
llvm_target: "armv7-unknown-linux-musleabihf".into(),
88
metadata: TargetMetadata {
9-
description: Some("Armv7-A Linux with musl 1.2.3, hardfloat".into()),
9+
description: Some("Armv7-A Linux with musl 1.2.5, hardfloat".into()),
1010
tier: Some(2),
1111
host_tools: Some(false),
1212
std: Some(true),

compiler/rustc_target/src/spec/targets/hexagon_unknown_linux_musl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub(crate) fn target() -> Target {
1616
Target {
1717
llvm_target: "hexagon-unknown-linux-musl".into(),
1818
metadata: TargetMetadata {
19-
description: Some("Hexagon Linux with musl 1.2.3".into()),
19+
description: Some("Hexagon Linux with musl 1.2.5".into()),
2020
tier: Some(3),
2121
host_tools: Some(false),
2222
std: Some(true),

compiler/rustc_target/src/spec/targets/i686_unknown_linux_musl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub(crate) fn target() -> Target {
3131
Target {
3232
llvm_target: "i686-unknown-linux-musl".into(),
3333
metadata: TargetMetadata {
34-
description: Some("32-bit Linux with musl 1.2.3".into()),
34+
description: Some("32-bit Linux with musl 1.2.5".into()),
3535
tier: Some(2),
3636
host_tools: Some(false),
3737
std: Some(true),

compiler/rustc_target/src/spec/targets/mips64_openwrt_linux_musl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub(crate) fn target() -> Target {
1414
// LLVM doesn't recognize "muslabi64" yet.
1515
llvm_target: "mips64-unknown-linux-musl".into(),
1616
metadata: TargetMetadata {
17-
description: Some("MIPS64 for OpenWrt Linux musl 1.2.3".into()),
17+
description: Some("MIPS64 for OpenWrt Linux musl 1.2.5".into()),
1818
tier: Some(3),
1919
host_tools: Some(false),
2020
std: Some(true),

compiler/rustc_target/src/spec/targets/mips64_unknown_linux_muslabi64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub(crate) fn target() -> Target {
1111
// LLVM doesn't recognize "muslabi64" yet.
1212
llvm_target: "mips64-unknown-linux-musl".into(),
1313
metadata: TargetMetadata {
14-
description: Some("MIPS64 Linux, N64 ABI, musl 1.2.3".into()),
14+
description: Some("MIPS64 Linux, N64 ABI, musl 1.2.5".into()),
1515
tier: Some(3),
1616
host_tools: Some(false),
1717
std: Some(true),

0 commit comments

Comments
 (0)