summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-3.19/allow-compile-GCC-4.8.patch
blob: f8def9cb34534cd0e3fb598b3b81b685343e7e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)