aboutsummaryrefslogtreecommitdiff
path: root/lang/rust-nightly/files/patch-src_librustc__llvm_build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rust-nightly/files/patch-src_librustc__llvm_build.rs')
-rw-r--r--lang/rust-nightly/files/patch-src_librustc__llvm_build.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/rust-nightly/files/patch-src_librustc__llvm_build.rs b/lang/rust-nightly/files/patch-src_librustc__llvm_build.rs
deleted file mode 100644
index 255a10ee5db4..000000000000
--- a/lang/rust-nightly/files/patch-src_librustc__llvm_build.rs
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/librustc_llvm/build.rs.orig 2017-01-18 02:20:03 UTC
-+++ src/librustc_llvm/build.rs
-@@ -234,6 +234,8 @@ fn main() {
- // OpenBSD has a particular C++ runtime library name
- let stdcppname = if target.contains("openbsd") {
- "estdc++"
-+ } else if target.contains("freebsd") {
-+ "c++"
- } else {
- "stdc++"
- };