[Bug bootstrap/91034] In tree build of gmp fails on Raspberry Pi4 (ARM Cortex A72) with `mls r1,r4,r8,r11' not supported in ARM mode

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 1 07:10:00 GMT 2019


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.


More information about the Gcc-bugs mailing list