Arm soft-float and hard-float query

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have just built a arm-elf gcc using v4.1.1, previously I have had to use
the patch mentioned below, otherwise the object flags get set incorrectly.

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

Build with no default options (implies soft-float):
private flags = 0: [APCS-32] [FPA float format]

Build with -mhard-float:
private flags = 0: [APCS-32] [FPA float format]

Build with -msoft-float:
private flags = 200: [APCS-32] [FPA float format] [software FP]

Patching config/elf.h fixes the problem, I was just wondering whether the
gcc trunk will ever be updated ?

Many Thanks
Spen


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux