am 3f03b0d5: am a69e5962: am 478eda53: Merge "FORCE_BUILD_LLVM_COMPONENTS if HOST_PREFER_32_BIT."

* commit '3f03b0d5515f4c90dff8511f9369373a29efb832':
  FORCE_BUILD_LLVM_COMPONENTS if HOST_PREFER_32_BIT.
This commit is contained in:
Ying Wang 2014-11-07 04:16:07 +00:00 committed by Android Git Automerger
commit b630279056

View file

@ -113,3 +113,8 @@ ADDRESS_SANITIZER_CONFIG_EXTRA_STATIC_LIBRARIES_TARGET := libasan
# This allows us to use the superset of functionality that compiler-rt
# 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