diff options
Diffstat (limited to 'newlib/acconfig.h')
-rw-r--r-- | newlib/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/acconfig.h b/newlib/acconfig.h index b14a3d36b..055bbdfe8 100644 --- a/newlib/acconfig.h +++ b/newlib/acconfig.h @@ -52,6 +52,9 @@ /* Define if the platform supports long double type. */ #undef _HAVE_LONG_DOUBLE +/* Define if compiler supports -fno-tree-loop-distribute-patterns. */ +#undef _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL + /* Define if the platform long double type is equal to double. */ #undef _LDBL_EQ_DBL |