Skip to content

Commit

Permalink
Use the CPU_COUNT.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 9, 2015
1 parent 1a3c847 commit 7cca06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/gcc-lm32-linux/build.sh
Expand Up @@ -2,5 +2,5 @@ rm -rf libstdc++-v3
mkdir build
cd build
../configure --prefix=$PREFIX --target=lm32-elf --enable-languages="c,c++" --disable-libgcc --disable-libssp
make -j4
make -j$CPU_COUNT
make install

0 comments on commit 7cca06d

Please sign in to comment.