On Sun, Apr 09, 2017 at 09:39:14PM +0100, Stuart Henderson wrote: > One that I'm seeing is undefined symbols with the following math functions, > > undefined symbol '__floatunditf' > undefined symbol '__fixunstfsi' > undefined symbol '__fixunstfdi'
They are historically part of libgcc, but likely still missing in the list of what is used from that or compiler-rt or softfp for IEEE754 128bit long double support. Joerg