]> gcc.gnu.org Git - gcc.git/commit
Fix unrecognised -mcpu target 'armv7-a' on arm-wrs-vxworks7
authorIain Buclaw <ibuclaw@gdcproject.org>
Sun, 31 May 2020 22:18:44 +0000 (00:18 +0200)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:09:35 +0000 (13:09 -0300)
commit34fe68d4f39bfe12ebd0db425c5158433f47a562
tree5920ed7a3ca30c1480e3d9ff9d901994649bbdd1
parentf865d9fb85187eccf10472258e93804838a089ac
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.
gcc/config.gcc
This page took 0.057527 seconds and 6 git commands to generate.