From 1263deef0437859a32bacac8d1068cb3a552af02 Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Wed, 3 Sep 2014 15:02:24 -0700 Subject: Add LOCAL_NO_FPIE to LLVM. This is primarily so we get all clang/LLVM tools built without PIE. bug 15814177 Change-Id: Ic5f877a62de5cff3c82354da5a2949565ff1b479 --- llvm-host-build.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm-host-build.mk') 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 ########################################################### -- cgit v1.1