diff mbox

[v6,5/5] patch to allow arm cross-compile

Message ID 20141125183322.1486.90766.stgit@ahduyck-server
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Alexander Duyck Nov. 25, 2014, 6:33 p.m. UTC
---
 arch/arm/kernel/asm-offsets.c |    4 ----
 1 file changed, 4 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Joe Perches Nov. 25, 2014, 7:35 p.m. UTC | #1
(adding Russell King)

On Tue, 2014-11-25 at 10:33 -0800, Alexander Duyck wrote:
> ---
>  arch/arm/kernel/asm-offsets.c |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c
> index 2d2d608..6f8e79c 100644
> --- a/arch/arm/kernel/asm-offsets.c
> +++ b/arch/arm/kernel/asm-offsets.c
> @@ -49,10 +49,6 @@
>  #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
>  #endif



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Alexander Duyck Nov. 25, 2014, 8:29 p.m. UTC | #2
On 11/25/2014 11:35 AM, Joe Perches wrote:
> (adding Russell King)
>
> On Tue, 2014-11-25 at 10:33 -0800, Alexander Duyck wrote:
>> ---
>>   arch/arm/kernel/asm-offsets.c |    4 ----
>>   1 file changed, 4 deletions(-)
>>
>> diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c
>> index 2d2d608..6f8e79c 100644
>> --- a/arch/arm/kernel/asm-offsets.c
>> +++ b/arch/arm/kernel/asm-offsets.c
>> @@ -49,10 +49,6 @@
>>   #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
>>   #endif

Sorry, that was for my testing only.  I will resubmit with that patch 
dropped.

Thanks,

Alex

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c
index 2d2d608..6f8e79c 100644
--- a/arch/arm/kernel/asm-offsets.c
+++ b/arch/arm/kernel/asm-offsets.c
@@ -49,10 +49,6 @@ 
 #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
 #endif
 
 int main(void)