Re: [patch] Drop support for egcs from 2.5

Pavel Machek (pavel@ucw.cz)
Tue, 5 Mar 2002 21:06:53 +0100


Hi!

> the patch below drops support for egcs from 2.5. This patch doesn't remove
> egcs workarounds, it only causes the kernel to refuse to build with egcs
> and to document this. The affected files are:

Why would you like to do that?
Pavel

> --- init/main.c.old Tue Feb 26 21:25:30 2002
> +++ init/main.c Tue Feb 26 21:25:55 2002
> @@ -50,7 +50,7 @@
> * 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__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 91)
> +#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 95)
> #error Sorry, your GCC is too old. It builds incorrect kernels.
> #endif
>

-- 
(about SSSCA) "I don't say this lightly.  However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/