1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
2 # Local configure fragment for sysdeps/powerpc.
4 # Accept binutils which knows about ".machine".
5 AC_CACHE_CHECK(for .machine support, libc_cv_ppc_machine, [dnl
6 cat > conftest.s <<\EOF
10 if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AS_MESSAGE_LOG_FD); then
11 libc_cv_ppc_machine=yes
13 libc_cv_ppc_machine=no
16 if test $libc_cv_ppc_machine != yes; then
18 *** A binutils version which can handle
19 *** .machine "altivec"