config.gcc
152 KB
-
Fix unrecognised -mcpu target 'armv7-a' on arm-wrs-vxworks7 · 89b625be
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)
Iain Buclaw committed