On 28/10/14 08:13, Jakub Jelinek wrote: > On Tue, Oct 28, 2014 at 01:05:00AM +0100, Dominique Dhumieres wrote: >>> This patch has now been committed. >> It breaks bootstap on x86_64-apple-darwin14: >> >> ... >> make[3]: Entering directory `/opt/gcc/p_build/libcc1' >> make all-am >> make[4]: Entering directory `/opt/gcc/p_build/libcc1' >> make[4]: *** No rule to make target `../libiberty/pic/libiberty.a', needed >> by `libcc1.la'. Stop. >> make[4]: Leaving directory `/opt/gcc/p_build/libcc1' >> make[3]: *** [all] Error 2 >> make[3]: Leaving directory `/opt/gcc/p_build/libcc1' >> make[2]: *** [all-stage1-libcc1] Error 2 >> make[2]: Leaving directory `/opt/gcc/p_build' >> make[1]: *** [stage1-bubble] Error 2 >> make[1]: Leaving directory `/opt/gcc/p_build' >> make: *** [all] Error 2 > There are other issues related to --with-build-config=bootstrap-{a,ub}san > in there too, my current WIP patch is but didn't get to test it yet.
Apologies. I am investigating the issue, though I am not entirely sure of why the issue with libiberty occurs. Cheers Phil