https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89668

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #5 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Pei JIA from comment #4)
> 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??

I'd also add RUNTESTFLAGS=-v

Reply via email to