Don't bootstrap GCC with -mcet
commit64aea0872f07edbddf4c08e66bee2e2900b6c97b
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Apr 2018 16:47:24 +0000 (24 16:47 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Apr 2018 16:47:24 +0000 (24 16:47 +0000)
treec32217a550bfef7e2471f543838bc8de4ddcbe16
parent6726651ff07588e402c91279c6a3c32f87910fe2
Don't bootstrap GCC with -mcet

With revision 259496:

commit b1384095a7c1d06a44b70853372ebe037b2f7867
Author: hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Apr 19 15:15:04 2018 +0000

    x86: Enable -fcf-protection with multi-byte NOPs

-fcf-protection no longer requires -mcet.

config/

PR target/85485
* bootstrap-cet.mk (STAGE2_CFLAGS): Remove -mcet.
(STAGE3_CFLAGS): Likewise.

gcc/

PR target/85485
* doc/install.texi: Remove -mcet from bootstrap-cet.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259611 138bc75d-0d04-0410-961f-82ee72b054a4
config/ChangeLog
config/bootstrap-cet.mk
gcc/ChangeLog
gcc/doc/install.texi