This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Fix a couple of libstdc++ failures on uclinux (Take 3)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Bonzini <bonzini at gnu dot org>
- Cc: Kazu Hirata <kazu at codesourcery dot com>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 3 Oct 2007 11:47:05 -0500
- Subject: Re: [patch] Fix a couple of libstdc++ failures on uclinux (Take 3)
- References: <200710031119.l93BJlHf002325@sparrowhawk.codesourcery.com> <47038C0B.9030205@gnu.org>
> > "This fails because libstdc++ didn't get configured with the
> > required C99 support. That was because a configure test failed
> > with a missing reference to __fpclassify. That was because the test
> > wasn't linking with -lm."
Nice recovery Kazu. Thanks for the quick reversion.
-benjamin