I am using a redhawk 6.5.8 system with GNU GCC 4.9.2. I downloaded the source and compiled GCC for the platform as a native compiler.
I now need to start compiling application, but as you know, the floating point used for my applications have to me compatible with the libc version I am using.
How can I know whether the libc in my system (libc.so.6) was built using soft-float and hard-float?
I have tried many commands, such as ldd, objdump, readelf and still is not clear.
Thanks a lot