diff options
author | Samuel Holland <samuel@sholland.org> | 2019-09-03 02:20:51 +0000 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2019-09-07 09:32:30 -0500 |
commit | bdb273539df454bdd85dcfb37f7c0135d33477f8 (patch) | |
tree | 5539e83f32aeef93da8384b47b71418bf1e3686b /user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch | |
parent | 7ff61b754950fa82d16e1bcbb458c54a38598f2a (diff) | |
download | packages-bdb273539df454bdd85dcfb37f7c0135d33477f8.tar.gz packages-bdb273539df454bdd85dcfb37f7c0135d33477f8.tar.bz2 packages-bdb273539df454bdd85dcfb37f7c0135d33477f8.tar.xz packages-bdb273539df454bdd85dcfb37f7c0135d33477f8.zip |
user/rust: Bump to 1.37.0
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch')
-rw-r--r-- | user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch b/user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch index 7bd3daed7..492dbf7ec 100644 --- a/user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch +++ b/user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch @@ -1,17 +1,17 @@ -From 3ee2eb230aa2414a7cf5e55cba365edbd20e25b4 Mon Sep 17 00:00:00 2001 +From c5fd39c8da01cdb0fea0e323937abcf4895b7511 Mon Sep 17 00:00:00 2001 From: Samuel Holland <samuel@sholland.org> Date: Wed, 10 Jan 2018 13:36:41 -0600 -Subject: [PATCH 01/12] Don't pass CFLAGS to the C++ compiler +Subject: [PATCH 01/16] Don't pass CFLAGS to the C++ compiler --- src/bootstrap/builder.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs -index 51663e93169..af4b471921c 100644 +index 2e9df48d000..f5ced5b16ed 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs -@@ -1116,8 +1116,7 @@ impl<'a> Builder<'a> { +@@ -1138,8 +1138,7 @@ impl<'a> Builder<'a> { if let Ok(cxx) = self.cxx(target) { let cxx = ccacheify(&cxx); cargo |