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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

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

commit r11-333-gd17cdc17c90ce77cb90c569322c1f241d3530cec
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Tue May 12 10:39:42 2020 -0700

    Enable CET in cross compiler if possible

    Don't perform CET run-time check for host when cross compiling.  Instead,
    enable CET in cross compiler if possible so that it will run on both CET
    and non-CET hosts.

    config/

            PR bootstrap/94998
            * cet.m4 (GCC_CET_HOST_FLAGS): Enable CET in cross compiler if
            possible.

    libiberty/

            PR bootstrap/94998
            * configure: Regenerated.

    lto-plugin/

            PR bootstrap/94998
            * configure: Regenerated.

Reply via email to