summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2014-12-15 17:24:06 -0600
committerMike Fiore <mfiore@multitech.com>2014-12-15 17:24:06 -0600
commitdf21d61b75407f35600b6108563b1674ca24ee3d (patch)
treee8f76b5023e60192ce2f29ce5eecb80bfbf19258 /recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch
parentc11fab577a5abefb6cc9e5a3e9e8d931613936cd (diff)
downloadmeta-multitech-3.19-dt-overlay.tar.gz
meta-multitech-3.19-dt-overlay.tar.bz2
meta-multitech-3.19-dt-overlay.zip
changes for building 3.19 kernel with complete DT Overlay support3.19-dt-overlay
Diffstat (limited to 'recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch')
-rw-r--r--recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch b/recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch
new file mode 100644
index 0000000..f8def9c
--- /dev/null
+++ b/recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch
@@ -0,0 +1,19 @@
+Index: linux-3.18-rc3/arch/arm/kernel/asm-offsets.c
+===================================================================
+--- linux-3.18-rc3.orig/arch/arm/kernel/asm-offsets.c 2014-11-02 17:01:51.000000000 -0600
++++ linux-3.18-rc3/arch/arm/kernel/asm-offsets.c 2014-11-03 13:58:23.903793405 -0600
+@@ -49,10 +49,10 @@
+ #error Your compiler is too buggy; it is known to miscompile kernels.
+ #error Known good compilers: 3.3, 4.x
+ #endif
+-#if GCC_VERSION >= 40800 && GCC_VERSION < 40803
+-#error Your compiler is too buggy; it is known to miscompile kernels
+-#error and result in filesystem corruption and oopses.
+-#endif
++//#if GCC_VERSION >= 40800 && GCC_VERSION < 40803
++//#error Your compiler is too buggy; it is known to miscompile kernels
++//#error and result in filesystem corruption and oopses.
++//#endif
+ #endif
+
+ int main(void)