Re: [patch] Drop support for egcs from 2.5

From: Pavel Machek (pavel@ucw.cz)
Date: Tue Mar 05 2002 - 15:06:53 EST


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/



This archive was generated by hypermail 2b29 : Thu Mar 07 2002 - 21:00:46 EST