diff options
author | Samuel Holland <samuel@sholland.org> | 2018-10-06 04:22:05 +0000 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-10-09 04:28:15 +0000 |
commit | 2323b0da26e293bb4d5a7a4ad8afed85a599d11d (patch) | |
tree | d67f5276d8d72c2fe2caa2e4e5756c14848d9f91 /user/rust/0002-Don-t-pass-CFLAGS-to-the-C-compiler.patch | |
parent | 49cec2be42835f6b4c5ff1bad4710e20db422b87 (diff) | |
download | packages-2323b0da26e293bb4d5a7a4ad8afed85a599d11d.tar.gz packages-2323b0da26e293bb4d5a7a4ad8afed85a599d11d.tar.bz2 packages-2323b0da26e293bb4d5a7a4ad8afed85a599d11d.tar.xz packages-2323b0da26e293bb4d5a7a4ad8afed85a599d11d.zip |
user/rust: Bump to 1.29.1 plus fixes for i586, ppc32
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 ++---- |