https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99660

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Olivier Hainque <hain...@gcc.gnu.org>:

https://gcc.gnu.org/g:eadb118e36f9295df0d5787c8a31424d05fde592

commit r11-7738-geadb118e36f9295df0d5787c8a31424d05fde592
Author: Olivier Hainque <hain...@adacore.com>
Date:   Fri Mar 19 15:21:38 2021 +0000

    target/99660 - missing VX_CPU_PREFIX for vxworksae

    This fixes an oversight which causes make all-gcc
    to fail for --target=*vxworksae or vxworksmils, a regression
    introduced by the recent VxWorks7 related updates.

    Both AE and MILS variants resort to a common config/vxworksae.h,
    which misses a definition of VX_CPU_PREFIX expected by port
    specific headers.

    The change just provides the missing definition.

    2021-03-19  Olivier Hainque  <hain...@adacore.com>

    gcc/
            PR target/99660
            * config/vxworksae.h (VX_CPU_PREFIX): Define.

Reply via email to