Re: build failure in Linus' tree with gcc 4.4.3

From: Matt Fleming
Date: Tue Feb 21 2012 - 05:02:06 EST


On Mon, 2012-02-20 at 09:43 +0000, Matt Fleming wrote:
> On Mon, 2012-02-20 at 14:22 +1100, Stephen Rothwell wrote:
> > Which is all endian specific code that will run on the host when building
> > the kernel ...
>
> Gah, right. I didn't think about cross-building this code.
>
> Thanks Stephen, I'll fix this up.

Looks like the segfault is caused by an unaligned access? How does this
patch look?