-j switch to enable parallel buildsCONFIG_LOCALMIRROR="file:///home/username/mirror
Build may FAIL
The build process can be accelerated by running multiple concurrent job processes using the -j-option:
make -j 3
<your number of CPU cores + 1>-j-option
If the build fails with errors that include [s-attrib] Killed and [all-gcc] Error 2 while compiling gcc, this indicates you are out of disk space or RAM. This could be likely if you are building within a virtual machine with < 1 GB RAM allocated and no swap.