This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

ct-ng msoft-float problem


I used ct-ng to build a powerpc-440fp-linux-gnu toolchain. I configured
CT_ARCH_FLOAT_HW=y.
When I build u-boot, which uses -msoft-float, I get these warnings:
/home/de/x-tools/powerpc-440fp-linux-gnu/bin/powerpc-440fp-linux-gnu-ld:
Warning:
/home/de/x-tools/powerpc-440fp-linux-gnu/lib/gcc/powerpc-440fp-linux-gnu
/4.3.2/libgcc.a(_udivdi3.o) uses hard float, u-boot uses soft float
/home/de/x-tools/powerpc-440fp-linux-gnu/bin/powerpc-440fp-linux-gnu-ld:
Warning:
/home/de/x-tools/powerpc-440fp-linux-gnu/lib/gcc/powerpc-440fp-linux-gnu
/4.3.2/libgcc.a(_umoddi3.o) uses hard float, u-boot uses soft float

So -msoft-float does not seem to work properly.
Is something wrong with my configuration or does ct-ng something
unexpected?
Building u-boot with ppc_4xxFP-Toolchain from Denx ELDK works fine btw.

Cheers
Dirk

 


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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