Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74156 )
Change subject: util/crossgcc/buildgcc: Allow building CMake with multiple threads ......................................................................
util/crossgcc/buildgcc: Allow building CMake with multiple threads
Change-Id: I89d6728a0985946b702f83770bedf767afb12690 Signed-off-by: Felix Singer felixsinger@posteo.net --- M util/crossgcc/buildgcc 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/74156/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 3fd4163..3a9cd4d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -893,6 +893,7 @@ build_CMAKE() { CC="$(hostcc host)" CXX="$(hostcxx host)" CFLAGS="$HOSTCFLAGS" \ ../${CMAKE_DIR}/configure \ + --parallel=${THREADS} \ --prefix="$TARGETDIR" || touch .failed # shellcheck disable=SC2086 $MAKE $JOBS || touch .failed