crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.

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

From-SVN: r148098
This commit is contained in:
Richard Sandiford 2009-06-02 19:15:03 +00:00 committed by Richard Sandiford
parent 781a1758a4
commit 70ed7339f7
3 changed files with 17467 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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

17452
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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.