This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] PR26792: Test for _Unwind_GetIPInfo in libjava
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 21 Sep 2006 00:49:22 -0400 (EDT)
- Subject: [patch] PR26792: Test for _Unwind_GetIPInfo in libjava
This patch enables testing for _Unwind_GetIPInfo in
the configure of libjava and completes PR26792.
Okay for trunk?
Jack
2006-09-20 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/26792
* configure.ac: Test for _Unwind_GetIPInfo.
Index: configure.ac
===================================================================
--- configure.ac (revision 117106)
+++ configure.ac (working copy)
@@ -1480,6 +1480,9 @@ fi
# See if we support thread-local storage.
GCC_CHECK_TLS
+# For _Unwind_GetIPInfo.
+GCC_CHECK_UNWIND_GETIPINFO
+
# Check if linker supports static linking on a per library basis
LD_START_STATIC_SPEC=
LD_FINISH_STATIC_SPEC=