We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fda11d commit b9a444bCopy full SHA for b9a444b
packages/macos/riscv/build-riscv-gcc.sh
@@ -14,4 +14,4 @@ export GDB_TARGET_FLAGS_EXTRA
14
cd riscv-gnu-toolchain
15
./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--"
16
# 4 threads, as 8 threads runs out of memory
17
-gmake -j4
+gmake -j3
0 commit comments