Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Martin Jansa
On Tue, Aug 21, 2012 at 10:15:47AM -0700, Khem Raj wrote: > On Tue, Aug 21, 2012 at 5:18 AM, Martin Jansa wrote: > > > > Maybe it's because > > http://git.openembedded.org/openembedded-core/commit/?id=30617bde61a3b0a0944b49a0c9fb7159dacbb19f > > is missing PR bump and gcc wasn't rebuilt before egl

Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Khem Raj
On Tue, Aug 21, 2012 at 5:18 AM, Martin Jansa wrote: > > Maybe it's because > http://git.openembedded.org/openembedded-core/commit/?id=30617bde61a3b0a0944b49a0c9fb7159dacbb19f > is missing PR bump and gcc wasn't rebuilt before eglibc upgrade (OEBasic not > OEBasicHash here). yes seems so. I have

Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Martin Jansa
On Thu, Aug 16, 2012 at 09:47:37PM -0700, Khem Raj wrote: > Hi All > > Recently glibc build has been simplified upstream. It has dropped the > dependency on libgcc_s and libgcc_eh for building glibc itself. > This means that we can simplify our toolchain bootstrap a bit by > dropping 1 of the 3 cr

[yocto] Toolchain rework, call for testing

2012-08-16 Thread Khem Raj
Hi All Recently glibc build has been simplified upstream. It has dropped the dependency on libgcc_s and libgcc_eh for building glibc itself. This means that we can simplify our toolchain bootstrap a bit by dropping 1 of the 3 cross gcc build stages. We do not need gcc-cross-intermediate anymore. T