https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66849
--- Comment #5 from simon at pushface dot org --- (In reply to Jim Wilson from comment #4) > If you want a proper thumb2 hard multilib, then in the file > gcc/config/arm/t-arm-elf see the line > MULTILIB_EXCEPTIONS += *mthumb/*mfloat-abi=hard* > Put a # in front of it to disable it, rebuild gcc, and then you will have > thumb2 hard-float libraries. See also the comments before this section of > code. Brilliant, thanks. > The t-aprofile that Ramana mentioned does support thumb/hard multilibs, but > makes this work by requiring armv7 or higher. Wouldn’t I need a t-mprofile?