Commit 65280f6c by Jakub Jelinek Committed by Jakub Jelinek

configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL test.

	* configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL
	test.
	* configure: Rebuilt.

From-SVN: r118780
parent 597c25e6
2006-11-13 Jakub Jelinek <jakub@redhat.com>
* configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL
test.
* configure: Rebuilt.
2006-11-13 Andrew Pinski <andrew_pinski@playstation.sony.com>
* config/rs6000/cell.md: New file.
......
......@@ -18255,9 +18255,10 @@ else
else
glibc_header_dir=/usr/include
fi
grep '^ *#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \
grep '^[ ]*#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \
$glibc_header_dir/bits/wordsize.h > /dev/null 2>&1 \
&& gcc_cv_target_ldbl128=yes
fi
;;
......
......@@ -3353,9 +3353,12 @@ case "$target" in
else
glibc_header_dir=/usr/include
fi
changequote(,)dnl
grep '^[ ]*#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \
$glibc_header_dir/bits/wordsize.h > /dev/null 2>&1 \
&& gcc_cv_target_ldbl128=yes])
&& gcc_cv_target_ldbl128=yes
changequote([,])dnl
])
;;
esac
if test x$gcc_cv_target_ldbl128 = xyes; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment