From 35d6ee92238477740f8e48ca4c6934989bfc0c65 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 28 Jun 2025 11:12:33 +0200 Subject: [PATCH] crossgcc/buildgcc: Remove invalid option for CMake "--parallel" is not a valid option for CMake. Change-Id: Idba76ce6a29e5d582ce49aa91ce4013aebc6d835 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/88230 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- util/crossgcc/buildgcc | 1 - 1 file changed, 1 deletion(-) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 21c340ca42..3d570e009c 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -941,7 +941,6 @@ build_LLVM() { 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