summaryrefslogtreecommitdiff
path: root/user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2019-05-29 04:42:59 +0000
committerSamuel Holland <samuel@sholland.org>2019-05-29 04:46:40 +0000
commit7e1cca3044a2ec11b12b1e0004eb59be38950bed (patch)
tree21773e07accb1d9b9c49a95dc2975aa04867c479 /user/rust/0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch
parentd726062dd22ef3eaafd366821fb7c9dde338f060 (diff)
downloadpackages-7e1cca3044a2ec11b12b1e0004eb59be38950bed.tar.gz
packages-7e1cca3044a2ec11b12b1e0004eb59be38950bed.tar.bz2
packages-7e1cca3044a2ec11b12b1e0004eb59be38950bed.tar.xz
packages-7e1cca3044a2ec11b12b1e0004eb59be38950bed.zip
user/rust: Bump to 1.35.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.patch8
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 f4df88e4a..f6a0ddb6b 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 4b5cdf991eb8776927a2730ed73446559856b468 Mon Sep 17 00:00:00 2001
+From 600b7bb76d82d2ec180051318d811ad50fd68900 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/14] Don't pass CFLAGS to the C++ compiler
+Subject: [PATCH 01/13] 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 a471af2576..f4273729bb 100644
+index 522466314d..86f059a202 100644
--- a/src/bootstrap/builder.rs
+++ b/src/bootstrap/builder.rs
-@@ -1068,8 +1068,7 @@ impl<'a> Builder<'a> {
+@@ -1098,8 +1098,7 @@ impl<'a> Builder<'a> {
if let Ok(cxx) = self.cxx(target) {
let cxx = ccacheify(&cxx);
cargo