summaryrefslogtreecommitdiffstats
path: root/core/clang
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-08 22:51:54 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-08 22:51:54 +0100
commit4a79953980793df8801aa9c59b976ae30c2fec0d (patch)
treead1eb68ff66ee9ac610c192882f34d2113757904 /core/clang
parentb269a2b62e04a75154a87aa12832215cd742a48a (diff)
downloadbuild-4a79953980793df8801aa9c59b976ae30c2fec0d.zip
build-4a79953980793df8801aa9c59b976ae30c2fec0d.tar.gz
build-4a79953980793df8801aa9c59b976ae30c2fec0d.tar.bz2
always build llvm components
this way, the prebuilt ones from the sdk are not needed Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'core/clang')
-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 375023d..46707c0 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
+