]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/configure
Enable CET in cross compiler if possible
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 12 May 2020 17:39:42 +0000 (10:39 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 12 May 2020 17:39:54 +0000 (10:39 -0700)
commitd17cdc17c90ce77cb90c569322c1f241d3530cec
tree123c57d341267cdac580408d46ede76879f970bc
parent8a6790fb4e5090624fbd71e2b895e6bdd5319fd7
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.
config/ChangeLog
config/cet.m4
libiberty/ChangeLog
libiberty/configure
lto-plugin/ChangeLog
lto-plugin/configure