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 build/24966] multiple definition of `__fixdfdi' (and other floating point functions)


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

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
You'll need to find why the soft-fp functions got built into glibc.  Only 
sysdeps/powerpc/nofpu/Makefile and sysdeps/nios2/Makefile add them to the 
build, and there's no such thing as soft-float powerpc64, either 
endianness (see the list of supported glibc ABIs at 
<https://sourceware.org/glibc/wiki/ABIList>).  So what went wrong with the 
configure tests distinguishing hard and soft float to cause inappropriate 
sysdeps directories to be used?

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