This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/15046] Math functions misdetected by cross configuration


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]