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-gcc' target not depend on 'all-isl'.
> Before you remove cloog, 'all-gcc' target depend on 'all-cloog', then
> no such issue.Fixed with Rev. 217438. Thanks for tracing this down. I think no one else saw this so far because they simply do "make" instead of "make all-gcc". Tobias ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
