mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
committed by
Richard Sandiford
parent
781a1758a4
commit
70ed7339f7
@@ -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
17452
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user