diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in index a23658e1c23..eeef49b0538 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if using alloca.c. */ #undef C_ALLOCA @@ -482,6 +482,14 @@ /* Define if host mkdir takes a single argument. */ #undef MKDIR_TAKES_ONE_ARG +/* Define if the target architecture needs extra machine modes to represent + the results of comparisons. */ +#undef EXTRA_CC_MODES + +/* Define to the name of a file containing a list of extra machine modes + for this architecture. */ +#undef EXTRA_MODES_FILE + /* Define if you have the iconv() function. */ #undef HAVE_ICONV |