Commit 70ed7339 by Richard Sandiford Committed by Richard Sandiford

crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.

libstdc++-v3/
	* crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.
	* configure: Regenerate.

From-SVN: r148098
parent 781a1758
2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
* crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.
* configure: Regenerate.
2009-06-03 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/40299
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -28,6 +28,16 @@ case "${host}" in
AC_DEFINE(HAVE_SQRTF)
;;
*-aix*)
GLIBCXX_CHECK_LINKER_FEATURES
GLIBCXX_CHECK_MATH_SUPPORT
GLIBCXX_CHECK_STDLIB_SUPPORT
AC_DEFINE(_GLIBCXX_USE_RANDOM_TR1)
# We don't yet support AIX's TLS ABI.
#GCC_CHECK_TLS
AM_ICONV
;;
*-darwin*)
# Darwin versions vary, but the linker should work in a cross environment,
# so we just check for all the features here.
......
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