https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91034
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |build
Target| |arm-linux-gnueabihf
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
We configure GMP for none-*-* to disable CPU specific paths and later pass
AM_CFLAGS="-DNO_ASM" which should disable more of that.
If this doesn't work anymore then it has to be adjusted.