https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89668
--- Comment #4 from Pei JIA <jiapei at longervision dot com> --- I just strictly follow http://linuxfromscratch.org/lfs/view/stable/chapter06/gcc.html, and I'm using the following command line: su nobody -s /bin/bash -c "PATH=$PATH make -k check" Should I do: su nobody -s /bin/bash -c "PATH=$PATH make -k -j8 check" instead??