Blame sysdeps/mips/configure.ac

Packit 6c4009
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
Packit 6c4009
# Local configure fragment for sysdeps/mips.
Packit 6c4009
Packit 6c4009
dnl No MIPS GCC supports accessing static and hidden symbols in an
Packit 6c4009
dnl position independent way.
Packit 6c4009
dnl AC_DEFINE(PI_STATIC_AND_HIDDEN)
Packit 6c4009
Packit 6c4009
AC_CACHE_CHECK([whether the compiler is using the 2008 NaN encoding],
Packit 6c4009
  libc_cv_mips_nan2008, [AC_EGREP_CPP(yes, [dnl
Packit 6c4009
#ifdef __mips_nan2008
Packit 6c4009
yes
Packit 6c4009
#endif], libc_cv_mips_nan2008=yes, libc_cv_mips_nan2008=no)])
Packit 6c4009
if test x$libc_cv_mips_nan2008 = xyes; then
Packit 6c4009
  AC_DEFINE(HAVE_MIPS_NAN2008)
Packit 6c4009
fi