aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
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
###########################################################