sophgo / bootloader-riscv

GNU General Public License v2.0
15 stars 40 forks source link

Parallelize building GNU toolchain #84

Closed johndeppe closed 4 months ago

johndeppe commented 5 months ago

I was following the Milk-V kernel build instructions here: https://milkv.io/docs/pioneer/development/kernel and found that build_rv_gcc was taking a long time. Examining /scripts/envsource.sh, I find the make commands on lines 234 and 252 are not using -j $(nproc), leading to a slow single-threaded build.