50c02bd72b
Two patches are removed, as they have been upstreamed: - 130-fix_build_with_gcc-6.patch (svn commit 233721, Git commit 8c3fa311caa86f61b4e28d1563d1110b44340fb2) - 920-libgcc-remove-unistd-header.patch (svn commit 226092, Git commit e940d7953f06af11d09229a29ecbcc1ba25b378d) All other patches have simply been refreshed, with no manual edit needed. A build+runtime test has been done with an ARM, Cortex-A8, EABIhf, musl configuration, booted under Qemu. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
26 lines
738 B
Diff
26 lines
738 B
Diff
From c037df1be41f8daf4d581d7ffa4ec8cfa640bccf Mon Sep 17 00:00:00 2001
|
|
From: glisse <glisse@138bc75d-0d04-0410-961f-82ee72b054a4>
|
|
Date: Fri, 25 Apr 2014 08:03:08 +0000
|
|
Subject: [PATCH] 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
|
|
|
|
PR target/43538
|
|
* mt-gnu: Don't reset CXXFLAGS_FOR_TARGET.
|
|
|
|
|
|
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209784 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
|
---
|
|
config/mt-gnu | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/config/mt-gnu b/config/mt-gnu
|
|
index 15bf417..5c696f5 100644
|
|
--- a/config/mt-gnu
|
|
+++ b/config/mt-gnu
|
|
@@ -1 +1 @@
|
|
-CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE
|
|
+CXXFLAGS_FOR_TARGET += -D_GNU_SOURCE
|
|
--
|
|
2.1.4
|
|
|