https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116730
--- Comment #31 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #9) > So yes I can reproduce the failure I can't cd /tmp git clone ~/src/gcc/gcc cd gcc mkdir -p build/objdir cd build/objdir ../../configure --disable-bootstrap --enable-languages=c++ \ --disable-lib{sanitizer,vtv,gomp,cc1,itm} make -j10 cd x86_64-pc-linux-gnu/libstdc++-v3/src/libbacktrace/ ls -l # all symlinks correctly point to the sources cd ../../32/libstdc++-v3/src/libbacktrace/ ls -l # all symlinks correctly point to the sources This build completes, and there are no broken symlinks. Using GCC trunk sources, and GNU Make 4.4.1