diff options
Diffstat (limited to 'user/rust/0002-Don-t-pass-CFLAGS-to-the-C-compiler.patch')
-rw-r--r-- | user/rust/0002-Don-t-pass-CFLAGS-to-the-C-compiler.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/rust/0002-Don-t-pass-CFLAGS-to-the-C-compiler.patch b/user/rust/0002-Don-t-pass-CFLAGS-to-the-C-compiler.patch index a3efabf93..6b9bcb876 100644 --- a/user/rust/0002-Don-t-pass-CFLAGS-to-the-C-compiler.patch +++ b/user/rust/0002-Don-t-pass-CFLAGS-to-the-C-compiler.patch @@ -1,7 +1,7 @@ -From b77da61648c4787be551de6f654148c3686c7a3e Mon Sep 17 00:00:00 2001 +From 8523832491df1889d9c226bef0cc76ed7b1a8d33 Mon Sep 17 00:00:00 2001 From: Samuel Holland <samuel@sholland.org> Date: Wed, 10 Jan 2018 13:36:41 -0600 -Subject: [PATCH 02/28] Don't pass CFLAGS to the C++ compiler +Subject: [PATCH 02/29] Don't pass CFLAGS to the C++ compiler --- src/bootstrap/builder.rs | 6 ++---- |