malloc: Use __get_nprocs on arena_get2 (BZ 30945)
[glibc.git] / sysdeps / mips / configure.ac
blobd3cd780d781f44e8d6d91825c1271c8252f6bad6
1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
2 # Local configure fragment for sysdeps/mips.
4 dnl No MIPS GCC supports accessing static and hidden symbols in an
5 dnl position independent way.
6 AC_DEFINE(HIDDEN_VAR_NEEDS_DYNAMIC_RELOC)
8 AC_CACHE_CHECK([whether the compiler is using the 2008 NaN encoding],
9   libc_cv_mips_nan2008, [AC_EGREP_CPP(yes, [dnl
10 #ifdef __mips_nan2008
11 yes
12 #endif], libc_cv_mips_nan2008=yes, libc_cv_mips_nan2008=no)])
13 if test x$libc_cv_mips_nan2008 = xyes; then
14   AC_DEFINE(HAVE_MIPS_NAN2008)