Hello. I'm currently trying to port gcc to a new OS on x86-64. When building libgcc I get In file included from ../../../libgcc/soft-fp/extendhfxf2.c:32: ../../../libgcc/soft-fp/extended.h:68:1: error: unable to emulate ‘XF’ 68 | typedef float XFtype __attribute__ ((mode (XF))); | ^~~~~~~
This may be because I've set `long double` as 64-bit by default, but __float80 should still work, so I don't know why this is a thing? Anyone know why I'm getting this error?