diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index f4604d25719..17bdeb44ae6 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1327,6 +1327,12 @@ #endif +/* Define if cloog is in use. */ +#ifndef USED_FOR_TARGET +#undef HAVE_cloog +#endif + + /* Define as const if the declaration of iconv() needs const. */ #ifndef USED_FOR_TARGET #undef ICONV_CONST |