It's a bit more complicated than just setting the correct compiler options in
libm.mk. Compiling the various math functions for hardfp works ok as you would expect. The issue comes when building the .so library. The linker call is set to merge the software fp version of libgcc.a. I'm having trouble following the library build process to determine where I can change to using .../fpu/libgcc.a.
Any hints would be appreciated.
Bob
Sent from my android device.-----Original Message-----
From: Christian Helmuth <christian.helmuth@...1...>
To: genode-main@lists.sourceforge.net
Sent: Thu, 01 Oct 2015 5:10 AM
Subject: Re: Using ARM/Neon fp hardware with libc
Hello Bob,