summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.ac
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-26 04:39:04 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-26 04:39:04 +0000
commitfb085a7dfcf600a4378f9121903108e6bfc6ede7 (patch)
tree101253001dbfbf296d0c4ac14ab9d8e80174dd27 /libstdc++-v3/configure.ac
parent9f6822427497c02b5b2255898309877585566efb (diff)
downloadgcc-fb085a7dfcf600a4378f9121903108e6bfc6ede7.tar.gz
* configure.ac: Check for __cxa_thread_atexit_impl.
* libsupc++/atexit_thread.cc (__cxa_thread_atexit): Just forward to it if available. * config.h.in, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196276 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r--libstdc++-v3/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index 66164a22628..a64fee28c2c 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -235,6 +235,8 @@ if $GLIBCXX_IS_NATIVE; then
# For TLS support.
GCC_CHECK_TLS
+ AC_CHECK_FUNCS(__cxa_thread_atexit_impl)
+
# For iconv support.
AM_ICONV