1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
2 # Local preconfigure fragment for sysdeps/x86_64
4 test -n "$base_machine" || case "$machine" in
7 # Check if we are building for x32.
8 AC_CACHE_CHECK(whether $CC compiles in -mx32 mode by default,
13 #endif], [], libc_cv_x32=yes, libc_cv_x32=no)])
14 if test $libc_cv_x32 = yes; then