summaryrefslogtreecommitdiff
path: root/dev-lang/rust/files/1.79.0-revert-8c40426.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/rust/files/1.79.0-revert-8c40426.patch')
-rw-r--r--dev-lang/rust/files/1.79.0-revert-8c40426.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-lang/rust/files/1.79.0-revert-8c40426.patch b/dev-lang/rust/files/1.79.0-revert-8c40426.patch
deleted file mode 100644
index 583f4001c9cb..000000000000
--- a/dev-lang/rust/files/1.79.0-revert-8c40426.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-This reverts commit 8c40426051a667673cdac9975f84cb6acd4e245f.
-
-https://bugs.gentoo.org/933382
-
-diff --git a/src/bootstrap/src/core/build_steps/llvm.rs b/src/bootstrap/src/core/build_steps/llvm.rs
-index d4473e24039..58f351d17fa 100644
---- a/src/bootstrap/src/core/build_steps/llvm.rs
-+++ b/src/bootstrap/src/core/build_steps/llvm.rs
-@@ -724,8 +724,7 @@ fn configure_cmake(
- }
- }
- cfg.define("CMAKE_C_COMPILER", sanitize_cc(&cc))
-- .define("CMAKE_CXX_COMPILER", sanitize_cc(&cxx))
-- .define("CMAKE_ASM_COMPILER", sanitize_cc(&cc));
-+ .define("CMAKE_CXX_COMPILER", sanitize_cc(&cxx));
- }
-
- cfg.build_arg("-j").build_arg(builder.jobs().to_string());