Determine if the -enable-pic option was given.

llvm-svn: 32649
This commit is contained in:
Reid Spencer 2006-12-18 04:11:16 +00:00
parent d7998d0e6d
commit a4044f35f4
1 changed files with 3 additions and 0 deletions

View File

@ -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