diff options
Diffstat (limited to 'newlib/acconfig.h')
-rw-r--r-- | newlib/acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/acconfig.h b/newlib/acconfig.h index 2a138414c..53208811c 100644 --- a/newlib/acconfig.h +++ b/newlib/acconfig.h @@ -48,6 +48,13 @@ /* Define if the compiler supports aliasing an array to an address. */ #undef _HAVE_ARRAY_ALIASING + +/* Define if the platform supports long double type. */ +#undef _HAVE_LONG_DOUBLE + +/* Define if the platform long double type is equal to double. */ +#undef _LDBL_EQ_DBL + @BOTTOM@ /* * Iconv encodings enabled ("to" direction) |