Re: [PATCH 02/18] powerpc: Add CROSSBE_COMPILE to build big endian boot wrapper

2010-10-01 Thread Ian Munsie
Excerpts from Geert Uytterhoeven's message of Fri Oct 01 17:13:19 +1000 2010: > Shouldn't the help text added by [PATCH 01/18]: > be updated here as well? Yep, you're right. Thanks for pointing that out, I'll fix it for the next revision. Cheers, -Ian

Re: [PATCH 02/18] powerpc: Add CROSSBE_COMPILE to build big endian boot wrapper

2010-10-01 Thread Geert Uytterhoeven
On Fri, Oct 1, 2010 at 09:05, Ian Munsie wrote: > From: Ian Munsie > > Since the boot wrapper must be built by a big endian 32bit toolchain > regardless of what the rest of the kernel is using introduce a new > parameter to specify that toolchain - CROSSBE_COMPILE. > > We already have CROSS32_COM

[PATCH 02/18] powerpc: Add CROSSBE_COMPILE to build big endian boot wrapper

2010-10-01 Thread Ian Munsie
From: Ian Munsie Since the boot wrapper must be built by a big endian 32bit toolchain regardless of what the rest of the kernel is using introduce a new parameter to specify that toolchain - CROSSBE_COMPILE. We already have CROSS32_COMPILE which is already used for the boot wrapper, but it is al