Add a -disable-cbe-printf-a option so that the output of the C Backend

stands a chance of being compiled with a non C99 C compiler. The default
is enabled so you must specifically disable this feature if you want the
CBE output compiled with an older C compiler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31461 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2006-11-05 17:08:18 +00:00
parent 8b2989ae91
commit 65c5d75bc8
3 changed files with 77 additions and 28 deletions

View File

@@ -11,6 +11,9 @@
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA
/* Define if CBE is enabled for printf %a output */
#undef ENABLE_CBE_PRINTF_A
/* Define if threads enabled */
#undef ENABLE_THREADS