aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-04-08 18:09:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-08 18:09:29 +0000
commit55a4283a8567819d70c7e196f68dff5ae12fdc8f (patch)
treeac6a9260dfcc5da0c2aff44dc4fdcde47d56e189
parent6f4fa452db89a32b9dfc8ed8ab61834dcdca07ad (diff)
parent62e6deb6547e82c80cf84385ffb9339bb6b09e6f (diff)
downloadexternal_llvm-55a4283a8567819d70c7e196f68dff5ae12fdc8f.zip
external_llvm-55a4283a8567819d70c7e196f68dff5ae12fdc8f.tar.gz
external_llvm-55a4283a8567819d70c7e196f68dff5ae12fdc8f.tar.bz2
Merge "Set LOCAL_MULTLIB := first for all LLVM host builds"
-rw-r--r--llvm-host-build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 0b6bc07..74e14ba 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -58,6 +58,8 @@ endif
LOCAL_IS_HOST_MODULE := true
+LOCAL_MULTILIB := first
+
###########################################################
## Commands for running tblgen to compile a td file
###########################################################