diff options
author | 2025-07-17 21:45:32 -0400 | |
---|---|---|
committer | 2025-07-17 21:49:12 -0400 | |
commit | 4bdc9a8c85755595e25103228e0d259c4ce393c7 (patch) | |
tree | e20f95361a33e1fa7275cd26c8fa74e2d41a2bc1 /dev-lang/rust/files/1.85.0-cross-compile-libz.patch | |
parent | 83c6647f1d3f24974b4ceacc48a376be62ec3079 (diff) | |
download | ppo-4bdc9a8c85755595e25103228e0d259c4ce393c7.tar.xz |
1.88.0?
Diffstat (limited to 'dev-lang/rust/files/1.85.0-cross-compile-libz.patch')
-rw-r--r-- | dev-lang/rust/files/1.85.0-cross-compile-libz.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-lang/rust/files/1.85.0-cross-compile-libz.patch b/dev-lang/rust/files/1.85.0-cross-compile-libz.patch deleted file mode 100644 index 7bd45c4..0000000 --- a/dev-lang/rust/files/1.85.0-cross-compile-libz.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 768f7e50a6d9a3db4e4eef45dcb4c56e9b580389 Mon Sep 17 00:00:00 2001 -From: Matt Jolly <kangie@gentoo.org> -Date: Sun, 9 Feb 2025 21:12:43 +1000 -Subject: [PATCH] Update libz cross-compile patch for 9999 (1.86.0) - -See-also: https://paste.sr.ht/~kchibisov/682321e0fd4a3ece4a4b7b71591896f5cd3cdb22 -See-also: https://github.com/gentoo/gentoo/pull/35246#discussion_r1484525497 ---- a/compiler/rustc_llvm/build.rs -+++ b/compiler/rustc_llvm/build.rs -@@ -219,13 +219,7 @@ fn main() { - // of llvm-config, not the target that we're attempting to link. - let mut cmd = Command::new(&llvm_config); - cmd.arg(llvm_link_arg).arg("--libs"); -- -- // Don't link system libs if cross-compiling unless targeting Windows. -- // On Windows system DLLs aren't linked directly, instead import libraries are used. -- // These import libraries are independent of the host. -- if !is_crossed || target.contains("windows") { -- cmd.arg("--system-libs"); -- } -+ cmd.arg("--system-libs"); - - // We need libkstat for getHostCPUName on SPARC builds. - // See also: https://github.com/llvm/llvm-project/issues/64186 --- -2.48.0 |