[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-128-ge26666e
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-09-26 12:33:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, buildroot-update has been updated
via e26666e8261fa71a62888ea6c388fc868ea9cce9 (commit)
from 924ac3bc5808583b541e150b656d183779ec5703 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e26666e8261fa71a62888ea6c388fc868ea9cce9
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Sep 26 14:35:47 2016 +0200
[LINUX] 3.10.mx6_legacy: add support for gcc 5
-----------------------------------------------------------------------
Summary of changes:
.../0458-kernel-add-support-for-gcc-5.patch} | 32 +++++++++++--------
1 files changed, 18 insertions(+), 14 deletions(-)
copy patches/{u-boot/2014.07/603-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch => linux/3.10.mx6_legacy/0458-kernel-add-support-for-gcc-5.patch} (77%)
diff --git a/patches/u-boot/2014.07/603-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch b/patches/linux/3.10.mx6_legacy/0458-kernel-add-support-for-gcc-5.patch
similarity index 77%
copy from patches/u-boot/2014.07/603-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch
copy to patches/linux/3.10.mx6_legacy/0458-kernel-add-support-for-gcc-5.patch
index b214836..f77c4b2 100644
--- a/patches/u-boot/2014.07/603-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch
+++ b/patches/linux/3.10.mx6_legacy/0458-kernel-add-support-for-gcc-5.patch
@@ -1,28 +1,31 @@
-From 478b02f1a7043b673565075ea5016376f3293b23 Mon Sep 17 00:00:00 2001
-From: Hans de Goede <hde...@re...>
-Date: Sat, 7 Feb 2015 22:52:40 +0100
-Subject: [PATCH] Add linux/compiler-gcc5.h to fix builds with gcc5
+From 71458cfc782eafe4b27656e078d379a34e472adf Mon Sep 17 00:00:00 2001
+From: Sasha Levin <sas...@or...>
+Date: Mon, 13 Oct 2014 15:51:05 -0700
+Subject: [PATCH] kernel: add support for gcc 5
-Add linux/compiler-gcc5/h from the kernel sources at:
+We're missing include/linux/compiler-gcc5.h which is required now
+because gcc branched off to v5 in trunk.
-commit 5631b8fba640a4ab2f8a954f63a603fa34eda96b
-Author: Steven Noonan <st...@up...>
-Date: Sat Oct 25 15:09:42 2014 -0700
+Just copy the relevant bits out of include/linux/compiler-gcc4.h,
+no new code is added as of now.
- compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompiles
+This fixes a build error when using gcc 5.
-Signed-off-by: Hans de Goede <hde...@re...>
+Signed-off-by: Sasha Levin <sas...@or...>
+Cc: <st...@vg...>
+Signed-off-by: Andrew Morton <ak...@li...>
+Signed-off-by: Linus Torvalds <tor...@li...>
---
- include/linux/compiler-gcc5.h | 65 +++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 65 insertions(+)
+ include/linux/compiler-gcc5.h | 66 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 66 insertions(+)
create mode 100644 include/linux/compiler-gcc5.h
diff --git a/include/linux/compiler-gcc5.h b/include/linux/compiler-gcc5.h
new file mode 100644
-index 0000000..c8c5659
+index 0000000..cdd1cc2
--- /dev/null
+++ b/include/linux/compiler-gcc5.h
-@@ -0,0 +1,65 @@
+@@ -0,0 +1,66 @@
+#ifndef __LINUX_COMPILER_H
+#error "Please don't include <linux/compiler-gcc5.h> directly, include <linux/compiler.h> instead."
+#endif
@@ -78,6 +81,7 @@ index 0000000..c8c5659
+ * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670
+ *
+ * Work it around via a compiler barrier quirk suggested by Jakub Jelinek.
++ * Fixed in GCC 4.8.2 and later versions.
+ *
+ * (asm goto is automatically volatile - the naming reflects this.)
+ */
hooks/post-receive
--
armadeus
|