Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 726200
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- a/build/aclocal.float.m4
0
++ b/build/aclocal.float.m4
Lines 31-40 int main() { return 0; } Link Here
31
31
32
]])], [
32
]])], [
33
33
34
if strings -a conftest$ac_exeext | grep noonsees >/dev/null ; then
34
# allow users to override default 'strings' with 'llvm-strings'
35
# or ${CHOST}-strings.
36
AC_CHECK_TOOL(STRINGS, strings)
37
if $STRINGS -a conftest$ac_exeext | grep noonsees >/dev/null ; then
35
  ax_cv_c_float_words_bigendian=yes
38
  ax_cv_c_float_words_bigendian=yes
36
fi
39
fi
37
if strings -a conftest$ac_exeext | grep seesnoon >/dev/null ; then
40
if $STRINGS -a conftest$ac_exeext | grep seesnoon >/dev/null ; then
38
  if test "$ax_cv_c_float_words_bigendian" = unknown; then
41
  if test "$ax_cv_c_float_words_bigendian" = unknown; then
39
    ax_cv_c_float_words_bigendian=no
42
    ax_cv_c_float_words_bigendian=no
40
  else
43
  else

Return to bug 726200