diff options
Diffstat (limited to 'sysdeps/microblaze/ldbl-classify-compat.h')
-rw-r--r-- | sysdeps/microblaze/ldbl-classify-compat.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/microblaze/ldbl-classify-compat.h b/sysdeps/microblaze/ldbl-classify-compat.h new file mode 100644 index 0000000..38c5c99 --- /dev/null +++ b/sysdeps/microblaze/ldbl-classify-compat.h @@ -0,0 +1,8 @@ +#ifndef MICROBLAZE_LDBL_CLASSIFY_COMPAT_H +#define MICROBLAZE_LDBL_CLASSIFY_COMPAT_H 1 + +/* Enable __finitel, __isinfl, and __isnanl for binary compatibility + when built without long double support. */ +#define LDBL_CLASSIFY_COMPAT 1 + +#endif |