This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/15046] Math functions misdetected by cross configuration
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2005 03:29:59 -0000
- Subject: [Bug libstdc++/15046] Math functions misdetected by cross configuration
- References: <20040421155438.15046.drow@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-13 03:29 -------
(In reply to comment #9)
> This patch actually breaks uclinux, since it doesn't provide a number of the
> functions defined here. Also, the problem of stub functions recursively calling
> themselves is not addressed at all. I suppose we may need some additional
> libstdc++ hackery to fix that.
But that is a bug in the configure which makes uclinux thinks it is a glibc, really there should be a
different triplit for those targets.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15046