Document use of CC and CFLAGS in more detail (bug 20980, bug 21234).
[glibc.git] / sysdeps / mips / ldbl-classify-compat.h
blob547ac7b53a187817bffe3e0e88f014d9304fe722
1 #ifndef MIPS_LDBL_CLASSIFY_COMPAT_H
2 #define MIPS_LDBL_CLASSIFY_COMPAT_H 1
4 /* Enable __finitel, __isinfl, and __isnanl for binary compatibility
5 when built without long double support. */
6 #define LDBL_CLASSIFY_COMPAT 1
8 #endif