summaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-11-23 10:20:11 +0100
committerFelix Singer <felixsinger@posteo.net>2022-12-02 06:54:05 +0000
commit52191f21237c52ced62daaa61f7e0aa252bf7e07 (patch)
tree38a2dfc149dd98bbfe6105171e9b568d2ccdf082 /util/crossgcc
parentf8157af3aa2595688dda7ba32bd9980fe830a371 (diff)
downloadcoreboot-52191f21237c52ced62daaa61f7e0aa252bf7e07.tar.gz
util/crossgcc/buildgcc: Disable LLVM_INCLUDE_{TESTS,EXAMPLES}
Building of LLVM tests and examples is enabled by default, but they are not necessary. Thus disable them. Change-Id: I58b09e276967e97856da65e5876b27f0bae3f0cc Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69942 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 4662742bb2..6eeb6e791b 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -849,6 +849,8 @@ build_LLVM() {
-DCLANG_VENDOR="coreboot toolchain v$CROSSGCC_VERSION - " \
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt" \
-DLLVM_INCLUDE_BENCHMARKS="OFF" \
+ -DLLVM_INCLUDE_TESTS="OFF" \
+ -DLLVM_INCLUDE_EXAMPLES="OFF" \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_TARGETS_TO_BUILD="AArch64;ARM;PowerPC;RISCV;X86" \
../llvm || touch .failed