re PR target/27880 (undefined reference to `_Unwind_GetIPInfo')

PR  target/27880
	* config/unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
	link test to target based test.
	* libstdc++/v3/configure.ac: Move call to GCC_CHECK_UNWIND_GETIPINFO.
	* libstdc++/v3/configure: Regenerate.
	* libjava/configure: Regenerate.

From-SVN: r141804
This commit is contained in:
Steve Ellcey
2008-11-12 21:35:46 +00:00
committed by Steve Ellcey
parent a3422e3036
commit bc3f0248dd
7 changed files with 140 additions and 228 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-11-12 Steve Ellcey <sje@cup.hp.com>
* configure: Regenerate to get new GCC_CHECK_UNWIND_GETIPINFO.
2008-11-12 Jakub Jelinek <jakub@redhat.com>
PR libgcj/33764