[OE-core] [PATCHv2] gcc-4.6: Add fix for relocation problem and ccache

2012-04-13 Thread Richard Purdie
If the toolchain is reused from sstate and ccache is installed, build failures were occuring due to gcc trying to access the original sysroot rather than the new one, particularly if the old sysroot existed but was not readable by the current user. This turns out of the an issue inside gcc to do

Re: [OE-core] [PATCHv2] gcc-4.6: Add fix for relocation problem and ccache

2012-04-13 Thread Khem Raj
On Fri, Apr 13, 2012 at 6:13 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: If the toolchain is reused from sstate and ccache is installed, build failures were occuring due to gcc trying to access the original sysroot rather than the new one, particularly if the old sysroot

Re: [OE-core] [PATCHv2] gcc-4.6: Add fix for relocation problem and ccache

2012-04-13 Thread McClintock Matthew-B29882
I suspect this would effect 1.1.2. -M On Fri, Apr 13, 2012 at 8:13 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: If the toolchain is reused from sstate and ccache is installed, build failures were occuring due to gcc trying to access the original sysroot rather than the new