Home
last modified time | relevance | path

Searched refs:ENABLE_PIC (Results 1 – 13 of 13) sorted by relevance

/external/llvm/tools/gold/
DREADME.txt12 As an alternative to passing --enable-pic, you can use 'make ENABLE_PIC=1' in
/external/llvm/tools/
DMakefile53 ifeq ($(ENABLE_PIC),1)
/external/llvm/device/include/llvm/Config/
Dconfig.h20 #define ENABLE_PIC 1 macro
/external/llvm/host/include/llvm/Config/
Dconfig.h20 #define ENABLE_PIC 1 macro
/external/llvm/
DMakefile.config.in336 ENABLE_PIC := @ENABLE_PIC@
DMakefile.rules408 ENABLE_PIC := 1
412 ifeq ($(ENABLE_PIC),1)
459 ifeq ($(ENABLE_PIC),0)
Dconfigure5488 yes) ENABLE_PIC=1
5490 no) ENABLE_PIC=0
5492 default) ENABLE_PIC=1
18922 ENABLE_PIC!$ENABLE_PIC$ac_delim
/external/llvm/cmake/
Dconfig-ix.cmake294 set(ENABLE_PIC 1) variable
296 set(ENABLE_PIC 0) variable
/external/llvm/autoconf/
Dconfigure.ac1008 yes) AC_SUBST(ENABLE_PIC,[1]) ;; subst
1009 no) AC_SUBST(ENABLE_PIC,[0]) ;; subst
1010 default) AC_SUBST(ENABLE_PIC,[1]) ;; subst
1013 AC_DEFINE_UNQUOTED([ENABLE_PIC],$ENABLE_PIC, definition
/external/llvm/include/llvm/Config/
Dconfig.h.in31 #undef ENABLE_PIC
Dconfig.h.cmake22 #cmakedefine ENABLE_PIC
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake174 # know how to disable this, so just force ENABLE_PIC off for now.
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch242 +#define ENABLE_PIC 1
1188 +#define ENABLE_PIC 1