Dongsheng Song wrote:
> make -j${NR_JOBS} all-gcc
>
> It will failed with "undefined reference to `isl_...'", I found it
> didn't build ISL before build gcc. If I run
>
> make -j${NR_JOBS} all-isl
>
> Then run 'make -j${NR_JOBS} all-gcc' again, it will successed.
>
> So this issue is clear, 'all-gc
On Wed, Nov 12, 2014 at 03:14:36PM +0800, Dongsheng Song wrote:
> On Wed, Nov 12, 2014 at 3:07 PM, Tobias Burnus wrote:
> > Hi Dongsheng,
> >
> > Did you do a new bootstrap or an incremental build? I got a similar error
> > when I built (on a different system) when I
Hi Dongsheng,
Dongsheng Song wrote:
> On Wed, Nov 12, 2014 at 2:54 AM, wrote:
>> New Revision: 217364
> Windows target (32 bit and 64 bit) broken with this commit.
Did you do a new bootstrap or an incremental build? I got a similar
error when I built (on a different system) when I just updated