Re: [patch] fix cross build on powerpc*-*-freebsd

2012-09-28 Thread Andreas Tobler
On 28.09.12 17:21, Ian Lance Taylor wrote: On Fri, Sep 28, 2012 at 4:30 AM, Andreas Tobler wrote: 2012-09-28 Andreas Tobler * config.gcc: Replace 'host' with 'target' when configuring for powerpc64*-*-freebsd. Counts as obvious. OK in any case. Thanks. Thank you Ian

Re: [patch] fix cross build on powerpc*-*-freebsd

2012-09-28 Thread Ian Lance Taylor
On Fri, Sep 28, 2012 at 4:30 AM, Andreas Tobler wrote: > > 2012-09-28 Andreas Tobler > > * config.gcc: Replace 'host' with 'target' when configuring for > powerpc64*-*-freebsd. Counts as obvious. OK in any case. Thanks. Ian

[patch] fix cross build on powerpc*-*-freebsd

2012-09-28 Thread Andreas Tobler
Hi, I didn't test building a cross compiler when I committed the port for powerpc64-*-freebsd. And now I struggled myself when I wanted to build an amd64-freebsd -> powerpc64-freebsd cross compiler. With the below patch I'm able to do so. Ok for trunk and 4.7 once I completed the test suite