forked from OSchip/llvm-project
Determine if the -enable-pic option was given.
llvm-svn: 32649
This commit is contained in:
parent
d7998d0e6d
commit
a4044f35f4
|
@ -14,6 +14,9 @@
|
|||
/* Define if CBE is enabled for printf %a output */
|
||||
#undef ENABLE_CBE_PRINTF_A
|
||||
|
||||
/* Define if position independent code is enabled */
|
||||
#undef ENABLE_PIC
|
||||
|
||||
/* Define if threads enabled */
|
||||
#undef ENABLE_THREADS
|
||||
|
||||
|
|
Loading…
Reference in New Issue