2013-10-30 03:20:52 +00:00
|
|
|
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
|
2004-05-28 21:19:35 +00:00
|
|
|
# Local configure fragment for sysdeps/powerpc.
|
|
|
|
|
|
|
|
# Accept binutils which knows about ".machine".
|
2012-03-16 15:07:57 +00:00
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for .machine support" >&5
|
2009-09-15 21:14:42 +00:00
|
|
|
$as_echo_n "checking for .machine support... " >&6; }
|
2012-03-16 15:07:57 +00:00
|
|
|
if ${libc_cv_ppc_machine+:} false; then :
|
2009-09-15 21:14:42 +00:00
|
|
|
$as_echo_n "(cached) " >&6
|
2004-05-28 21:19:35 +00:00
|
|
|
else
|
|
|
|
cat > conftest.s <<\EOF
|
|
|
|
.machine "altivec"
|
|
|
|
blr
|
|
|
|
EOF
|
|
|
|
if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'
|
2012-03-16 15:07:57 +00:00
|
|
|
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
|
2004-05-28 21:19:35 +00:00
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
2012-03-16 15:07:57 +00:00
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
|
|
test $ac_status = 0; }; }; then
|
2004-05-28 21:19:35 +00:00
|
|
|
libc_cv_ppc_machine=yes
|
|
|
|
else
|
|
|
|
libc_cv_ppc_machine=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
2012-03-16 15:07:57 +00:00
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ppc_machine" >&5
|
2009-09-15 21:14:42 +00:00
|
|
|
$as_echo "$libc_cv_ppc_machine" >&6; }
|
2004-05-28 21:19:35 +00:00
|
|
|
if test $libc_cv_ppc_machine != yes; then
|
2012-03-16 15:07:57 +00:00
|
|
|
as_fn_error $? "
|
2004-05-28 21:19:35 +00:00
|
|
|
*** A binutils version which can handle
|
|
|
|
*** .machine \"altivec\"
|
2012-03-16 15:07:57 +00:00
|
|
|
*** is needed." "$LINENO" 5
|
2004-05-28 21:19:35 +00:00
|
|
|
fi
|