Re: linux-next: Tree for Jun 21
From: Peter Zijlstra
Date: Wed Jun 22 2016 - 17:06:26 EST
On Wed, Jun 22, 2016 at 04:43:15PM -0400, Chris Metcalf wrote:
> It turns out there were a few places where we were #include'ing Linux
> headers in the gcc build (asm/unistd.h, arch/icache.h, arch/spr_def.h).
> I patched gcc to provide inline copies of what was needed (pretty simple
> stuff and won't ever change) and asked our lead compiler guy to upstream
> it back up to gcc, so using buildall.git should get easier for tilepro/tilegx.
tilegx actually built without issue (although I think it needed
--disable-gdb for binutils).
But thanks! Much appreciated.
I'll try and make a few patches for Segher to update buildall and reduce
the number of hacks/patches I have to carry around on that.