This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/22951] libieee.a is used by gcc


https://sourceware.org/bugzilla/show_bug.cgi?id=22951

--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
I don't think there is any glibc bug here.  I think -mieee-fp uses are 
going to be just as cargo-culted as -lieee uses are (note that 
gcc/config/i386/unix.h enables MASK_IEEE_FP (the compile-time part of 
-mieee-fp) by default, so -mieee-fp actually achieves nothing other than 
the effect of linking with -lieee, which while it sometimes avoided 
errno-setting wrappers, never reliably achieved any effect of not setting 
errno consistently).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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