https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95420
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:86b14bb1a93d8ef01678d132013a2006a4f00deb commit r11-786-g86b14bb1a93d8ef01678d132013a2006a4f00deb Author: Iain Buclaw <ibuc...@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.