From 50da8ee8b82d0c33a8b4ea369a4663bdda58a61b Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Fri, 19 Oct 2007 23:13:32 +0200 Subject: [PATCH] --- yaml --- r: 71824 b: refs/heads/master c: d8af7c6ab0bc4e2404f290801982b40223a97408 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/init/main.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 377dc7f59345..f185dfcd447f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b7076156af7a87799c0e425db5aec8378be1c3ea +refs/heads/master: d8af7c6ab0bc4e2404f290801982b40223a97408 diff --git a/trunk/init/main.c b/trunk/init/main.c index 0dd0e7a1f632..ea0f7250d222 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -70,15 +70,7 @@ /* * This is one of the first .c files built. Error out early if we have compiler * trouble. - * - * Versions of gcc older than that listed below may actually compile and link - * okay, but the end product can have subtle run time bugs. To avoid associated - * bogus bug reports, we flatly refuse to compile with a gcc that is known to be - * too old from the very beginning. */ -#if (__GNUC__ < 3) || (__GNUC__ == 3 && __GNUC_MINOR__ < 2) -#error Sorry, your GCC is too old. It builds incorrect kernels. -#endif #if __GNUC__ == 4 && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ == 0 #warning gcc-4.1.0 is known to miscompile the kernel. A different compiler version is recommended.