aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-09-04 15:33:07 -0700
committerTim Murray <timmurray@google.com>2014-09-04 15:33:07 -0700
commit8ddd9d2a175c98900caae24a6a97de9b60472c07 (patch)
tree05365f8aa7cc271ec765c9e2a0423542f235c99d /llvm-host-build.mk
parent8a76b85319c755653e808f6cc0979eb5bc68c69a (diff)
downloadexternal_llvm-8ddd9d2a175c98900caae24a6a97de9b60472c07.zip
external_llvm-8ddd9d2a175c98900caae24a6a97de9b60472c07.tar.gz
external_llvm-8ddd9d2a175c98900caae24a6a97de9b60472c07.tar.bz2
Revert "Add LOCAL_NO_FPIE to LLVM."
This reverts commit 1263deef0437859a32bacac8d1068cb3a552af02. moved to clang's android.mk instead
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 0ac97c3..4e2898d 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -55,9 +55,6 @@ 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
###########################################################