diff options
author | Tim Murray <timmurray@google.com> | 2014-09-04 15:33:07 -0700 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2014-09-04 15:33:07 -0700 |
commit | 8ddd9d2a175c98900caae24a6a97de9b60472c07 (patch) | |
tree | 05365f8aa7cc271ec765c9e2a0423542f235c99d /llvm-host-build.mk | |
parent | 8a76b85319c755653e808f6cc0979eb5bc68c69a (diff) | |
download | external_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.mk | 3 |
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 ########################################################### |