diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-10-11 06:07:46 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-10-11 06:07:46 +0000 |
commit | 11597b8939720fb5246c41482d873bce2ef8235e (patch) | |
tree | 5e68deee8c43ec66acf35f8eca89f5cc71ff81d7 /user/rust/0002-Don-t-pass-CFLAGS-to-the-C-compiler.patch | |
parent | 3c5a215212a76932481c316d1259f4dc15c061fa (diff) | |
parent | 2323b0da26e293bb4d5a7a4ad8afed85a599d11d (diff) | |
download | packages-11597b8939720fb5246c41482d873bce2ef8235e.tar.gz packages-11597b8939720fb5246c41482d873bce2ef8235e.tar.bz2 packages-11597b8939720fb5246c41482d873bce2ef8235e.tar.xz packages-11597b8939720fb5246c41482d873bce2ef8235e.zip |
Merge branch 'rust' into 'master'
user/rust: Bump to 1.29.1 plus fixes for i586, ppc32
See merge request !85
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 ++---- |