https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124134
--- Comment #9 from Matthias Klose <doko at gcc dot gnu.org> --- The compiler is configured for --with-arch=armv7-a+fp --with-float=hard --with-mode=thumb but the package is explicitly building with -mfloat-abi=hard -mfpu=vfpv3. The -mlibarch and -march options are added by GCC. Also not a regression, it' also seen with at least 15.2.1.
