summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-08 22:51:54 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-02 18:17:03 +0100
commit55befdee6ba16a2942f83b6158f9a98b2a956551 (patch)
tree28f59e0d1f816b8b9b6ce34595740ad9167132f6
parent402a6befc94c9af93df393022bfa20768d6e8070 (diff)
downloadbuild-55befdee6ba16a2942f83b6158f9a98b2a956551.tar.gz
build-55befdee6ba16a2942f83b6158f9a98b2a956551.tar.bz2
build-55befdee6ba16a2942f83b6158f9a98b2a956551.zip
always build llvm components
this way, the prebuilt ones from the sdk are not needed Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--core/clang/config.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/clang/config.mk b/core/clang/config.mk
index 375023d83..46707c03d 100644
--- a/core/clang/config.mk
+++ b/core/clang/config.mk
@@ -153,7 +153,5 @@ ADDRESS_SANITIZER_CONFIG_EXTRA_STATIC_LIBRARIES := libasan
# provides to Clang (for supporting features like -ftrapv).
COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES := libcompiler_rt-extras
-ifeq ($(HOST_PREFER_32_BIT),true)
-# We don't have 32-bit prebuilt libLLVM/libclang, so force to build them from source.
FORCE_BUILD_LLVM_COMPONENTS := true
-endif
+