Skip to content

Commit 084e999

Browse files
Merge pull request #49 from Aiden-Isik/toolchain-parallel-fix
Use all threads to build the toolchain, allow thread count to be overridden
2 parents d950aee + fc6d442 commit 084e999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/build-xenon-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
TARGET=xenon
77
PREFIX="${PREFIX:-/usr/local/xenon}" # Install location of your final toolchain.
8-
PARALLEL=
8+
PARALLEL=${PARALLEL:--j$(nproc --all)}
99

1010
BINUTILS_DL="https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.gz"
1111
GCC_DL="https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.gz"

0 commit comments

Comments
 (0)