On 11/7/16 3:11 PM, Segher Boessenkool wrote:
On Mon, Nov 07, 2016 at 01:20:29PM -0600, Peter Bergner wrote:
Is this ok for trunk and the GCC 6 branch?
* config.gcc (powerpc*-*-*, rs6000*-*-*): Remove setting of
INCLUDE_EXTRA_SPEC for Advance Toolchain builds.
Okay. Thanks,
On Mon, Nov 07, 2016 at 01:20:29PM -0600, Peter Bergner wrote:
> Gabriel and I have been tracking down an include path issue for GCC 6
> Advance Toolchain builds (ie, --with-advance-toolchain=...). The solution
> that fixes the problem for us is to configure with --with-local-prefix=...
> and remo
Gabriel and I have been tracking down an include path issue for GCC 6
Advance Toolchain builds (ie, --with-advance-toolchain=...). The solution
that fixes the problem for us is to configure with --with-local-prefix=...
and removing the following hunk from config.gcc. Gabriel has confirmed
this fi