https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94998
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:2c7ae01349f779f1d4e66d8831052ee59f9c948b commit r10-8336-g2c7ae01349f779f1d4e66d8831052ee59f9c948b 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. (cherry picked from commit d17cdc17c90ce77cb90c569322c1f241d3530cec)