Skip to content

Commit b9a444b

Browse files
committed
Reduce MacOS Risc-V toolchain threads
1 parent 2fda11d commit b9a444b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/macos/riscv/build-riscv-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export GDB_TARGET_FLAGS_EXTRA
1414
cd riscv-gnu-toolchain
1515
./configure --prefix=$BUILDDIR/$INSTALLDIR --with-arch=rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb --with-abi=ilp32 --with-multilib-generator="rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb-ilp32--;rv32imac_zicsr_zifencei_zba_zbb_zbs_zbkb-ilp32--"
1616
# 4 threads, as 8 threads runs out of memory
17-
gmake -j4
17+
gmake -j3

0 commit comments

Comments
 (0)