This is the mail archive of the gcc@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]

Re: gcc-3.3 mipsel -msoft-float broken? test case included


Me> I'm building gcc-3.3 for mipsel-uClibc.

Richard> That configuration isn't supported by the FSF version of gcc.
Richard> Could you try to reproduce the problem on one that is
Richard> (e.g. mipsel-elf)?

Actually I solved my problem late last night.  I discovered this bug
in bugzilla:

    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765

This matches my symptoms exactly, so when I compile libgcc.a with
-msoft-float (by adding -msoft-float to the TARGET_LIBGCC2_CFLAGS
variable in gcc-3.3/gcc/config/t-linux), the toolchain builds
-msoft-float programs that work perfectly!

Dave

 


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