summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-11-22 23:48:02 +0000
committerJames Le Cuirot <chewi@gentoo.org>2024-11-22 23:48:02 +0000
commitc20c4b60f9eaec9d0a951a00088da4d4d95b7652 (patch)
treecd96c951cdebaeb257afcfb7092c90c59a678732 /dev-lang
parentdev-lang/rust: Set PKG_CONFIG and OPENSSL variables with ESYSROOT and not ROOT (diff)
downloadgentoo-c20c4b60f9eaec9d0a951a00088da4d4d95b7652.tar.gz
gentoo-c20c4b60f9eaec9d0a951a00088da4d4d95b7652.tar.bz2
gentoo-c20c4b60f9eaec9d0a951a00088da4d4d95b7652.zip
dev-lang/rust: Drop patch that stops setting CMAKE_ASM_COMPILER for bundled LLVM
It is necessary to set CMAKE_ASM_COMPILER when cross-compiling, otherwise the ASM compiler gets detected with the wrong tuple. The patch was added because the build previously complained that CMAKE_ASM_COMPILER was unused, but that no longer seems to be the case, at least since 1.82. This was tested with a cross and a native build. Bug: https://bugs.gentoo.org/933382 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.82.0-r100.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.82.0-r100.ebuild b/dev-lang/rust/rust-1.82.0-r100.ebuild
index 81cd016d3611..63c8e27e3eaa 100644
--- a/dev-lang/rust/rust-1.82.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.82.0-r100.ebuild
@@ -135,7 +135,6 @@ PATCHES=(
"${FILESDIR}"/1.74.1-cross-compile-libz.patch
#"${FILESDIR}"/1.72.0-bump-libc-deps-to-0.2.146.patch # pending refresh
"${FILESDIR}"/1.67.0-doc-wasm.patch
- "${FILESDIR}"/1.79.0-revert-8c40426.patch
)
clear_vendor_checksums() {