Re: [RFC PATCH] x86: don't compile with gcc-3.3.3

From: Russell King - ARM Linux
Date: Mon Sep 13 2010 - 12:36:48 EST


On Mon, Sep 13, 2010 at 10:39:55AM +0200, Peter Zijlstra wrote:
> On Mon, 2010-09-13 at 10:31 +0200, florian@xxxxxxxxxxx wrote:
> > hpa commented on bug 16506[1] :
> > "Please note that gcc-3.3.3 is known broken on x86; gcc-3.4 is the oldest
> > version which is known to *not* be broken."
> >
> > References:
> > [0]: https://bugzilla.kernel.org/show_bug.cgi?id=16633
> > [1]: https://bugzilla.kernel.org/show_bug.cgi?id=16506#c28
> >
> > If that is indeed so, we should abort the build? No?
>
> Does it in fact still build with 3.4? I seem to recall some talk about
> pushing the minimum version to 4.x for x86, although I can't remember
> where..

I'm still building kernels with gcc 3.4.3 (for the ARMs which don't
require a later compiler) or gcc 4.3.2+patches for those which do.

ARM gcc 3.4.3 is certainly noticably faster than gcc 4.3.2 even on
x86 - and as long as ARM gcc 3.4.3 works, and there's not great pain
in allowing it to build the arch-independent stuff, I see no reason
to deny it across the entire kernel build.

I think we should have a minimum compiler version for the generic
kernel, and individual minimum compiler versions for the architectures,
so that arches can specify a higher minimum compiler version if they
have specific problems there.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/