aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-09-03 22:46:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-03 22:46:54 +0000
commit8a76b85319c755653e808f6cc0979eb5bc68c69a (patch)
tree9872af4f74f4e41025aaa779f5e799dd3c029646 /llvm-host-build.mk
parentc4fa175f2865ac9046c1396fd4f1d3eddd73b31b (diff)
parent1263deef0437859a32bacac8d1068cb3a552af02 (diff)
downloadexternal_llvm-8a76b85319c755653e808f6cc0979eb5bc68c69a.zip
external_llvm-8a76b85319c755653e808f6cc0979eb5bc68c69a.tar.gz
external_llvm-8a76b85319c755653e808f6cc0979eb5bc68c69a.tar.bz2
Merge "Add LOCAL_NO_FPIE to LLVM."
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 4e2898d..0ac97c3 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -55,6 +55,9 @@ LOCAL_IS_HOST_MODULE := true
LOCAL_32_BIT_ONLY := true
+# remove when we can use PIE binaries in all places again
+LOCAL_NO_FPIE := true
+
###########################################################
## Commands for running tblgen to compile a td file
###########################################################