https://github.com/rust-lang/rust/pull/74416 diff --git a/compiler/rustc_codegen_ssa/src/back/linker.rs b/compiler/rustc_codegen_ssa/src/back/linker.rs index 3df956c465e..f45fee45be4 100644 --- a/compiler/rustc_codegen_ssa/src/back/linker.rs +++ b/compiler/rustc_codegen_ssa/src/back/linker.rs @@ -28,7 +28,7 @@ pub fn disable_localization(linker: &mut Command) { // No harm in setting both env vars simultaneously. // Unix-style linkers. - linker.env("LC_ALL", "C"); + linker.env("LC_ALL", "en_US.UTF-8"); // MSVC's `link.exe`. linker.env("VSLANG", "1033"); } Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/rsync.scm
AgeCommit message (Expand)Author
2021-12-23tests: rsync: Fix it....Mathieu Othacehe
2021-12-21tests: rsync: Define several modules....Ludovic Courtès
2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2020-03-16tests: rsync: Set PATH....Ludovic Courtès