We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d950aee + fc6d442 commit 084e999Copy full SHA for 084e999
1 file changed
toolchain/build-xenon-toolchain
@@ -5,7 +5,7 @@
5
6
TARGET=xenon
7
PREFIX="${PREFIX:-/usr/local/xenon}" # Install location of your final toolchain.
8
-PARALLEL=
+PARALLEL=${PARALLEL:--j$(nproc --all)}
9
10
BINUTILS_DL="https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.gz"
11
GCC_DL="https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.gz"
0 commit comments