From df21d61b75407f35600b6108563b1674ca24ee3d Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 15 Dec 2014 17:24:06 -0600 Subject: changes for building 3.19 kernel with complete DT Overlay support --- .../linux/linux-3.19/allow-compile-GCC-4.8.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch (limited to 'recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch') 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) -- cgit v1.2.3