[Bug target/95420] arm-wrs-vxworks7: xgcc: error: unrecognised -mcpu target: armv7-a
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 2 08:38:28 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95420
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Iain Buclaw
<ibuclaw@gcc.gnu.org>:
https://gcc.gnu.org/g:89b625be0aab128b2316a937881147cd4a2e354a
commit r10-8221-g89b625be0aab128b2316a937881147cd4a2e354a
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date: Mon Jun 1 00:18:44 2020 +0200
Fix unrecognised -mcpu target 'armv7-a' on arm-wrs-vxworks7
In the removal of arm-wrs-vxworks, the default cpu was updated from arm8
to armv7-a, but this is not recognized as a valid -mcpu target. There
is however generic-armv7-a, which was likely the intended cpu that
should have been used instead.
gcc/ChangeLog:
PR target/95420
* config.gcc (arm-wrs-vxworks7*): Set default cpu to
generic-armv7-a.
(cherry picked from commit 86b14bb1a93d8ef01678d132013a2006a4f00deb)
More information about the Gcc-bugs
mailing list