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: "bkoz 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 May 2004 17:19:33 -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 bkoz at gcc dot gnu dot org 2004-05-13 17:19 -------
You have to have both link and compile visibility. Compile-time bits are often
obscured by defines on the compile line, FYI.
Here's a patch that fixes the linux crosses WRT C99 math. Give it a whirl, if
you can, and I'll put it on gcc-3.4.0 if it works for you.
-benjamin
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15046