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

Re: How to make "libgcc.a" with "-msoft-float" for ARM-ELF.


Ando Ki wrote:
> 
> I have problem with making "soft floating point" version of "ARM-ELF"
> cross-compiler at Sun Solaris 7.
> The problem comes, I guess, from "libgcc.a" that is not built in "soft-float".
> Thus, are there anyone can give a tip on this?

You need to uncomment the respective sections in
gcc/config/arm/t-arm-elf to enable the multilibs to be built.

You will probably have to build a floating point emulation library by
yourself (can't help you there)

greets from Zürich
-- vbi


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