summaryrefslogtreecommitdiff
path: root/lang/rust/files/patch-src_bootstrap_compile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rust/files/patch-src_bootstrap_compile.rs')
-rw-r--r--lang/rust/files/patch-src_bootstrap_compile.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/rust/files/patch-src_bootstrap_compile.rs b/lang/rust/files/patch-src_bootstrap_compile.rs
deleted file mode 100644
index 126656a59c9b..000000000000
--- a/lang/rust/files/patch-src_bootstrap_compile.rs
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/bootstrap/compile.rs.orig 2017-02-09 01:37:48 UTC
-+++ src/bootstrap/compile.rs
-@@ -187,7 +187,7 @@ pub fn rustc<'a>(build: &'a Build, targe
- cargo.env("CFG_RELEASE", &build.release)
- .env("CFG_RELEASE_CHANNEL", &build.config.channel)
- .env("CFG_VERSION", &build.version)
-- .env("CFG_PREFIX", build.config.prefix.clone().unwrap_or(String::new()))
-+ .env("CFG_PREFIX", build.config.prefix.clone().unwrap_or(PathBuf::new()))
- .env("CFG_LIBDIR_RELATIVE", "lib");
-
- // If we're not building a compiler with debugging information then remove