aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-09-03 15:02:24 -0700
committerTim Murray <timmurray@google.com>2014-09-03 15:02:24 -0700
commit1263deef0437859a32bacac8d1068cb3a552af02 (patch)
tree9872af4f74f4e41025aaa779f5e799dd3c029646 /llvm-host-build.mk
parentc4fa175f2865ac9046c1396fd4f1d3eddd73b31b (diff)
downloadexternal_llvm-1263deef0437859a32bacac8d1068cb3a552af02.zip
external_llvm-1263deef0437859a32bacac8d1068cb3a552af02.tar.gz
external_llvm-1263deef0437859a32bacac8d1068cb3a552af02.tar.bz2
Add LOCAL_NO_FPIE to LLVM.
This is primarily so we get all clang/LLVM tools built without PIE. bug 15814177 Change-Id: Ic5f877a62de5cff3c82354da5a2949565ff1b479
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
###########################################################