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
<ibuc...@gcc.gnu.org>:

https://gcc.gnu.org/g:89b625be0aab128b2316a937881147cd4a2e354a

commit r10-8221-g89b625be0aab128b2316a937881147cd4a2e354a
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.

    (cherry picked from commit 86b14bb1a93d8ef01678d132013a2006a4f00deb)

Reply via email to