https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69611
--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> --- If __NO_FPRS__ is undefined, that means you are compiling for classic hard float. Which means that the soft-fp code is not needed - if you need to keep it in libgcc_s.so for binary compatibility, using t-hardfp for hard-float multilibs, as on powerpc*-*-linux*, would be better.