Add bootstrap-cet.mk to bootstrap GCC with Intel CET
commit7450bb7c1a2195cacd61a77cfb69d7457531c816
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Oct 2017 12:50:03 +0000 (24 12:50 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Oct 2017 12:50:03 +0000 (24 12:50 +0000)
treef800db969415b3298c19e6f827f347841c20da42
parent51aff68fd3296e0ebdc76defc983f00d86be2ad7
Add bootstrap-cet.mk to bootstrap GCC with Intel CET

Bootstrap GCC with Intel CET by configuring GCC with

--with-build-config="bootstrap-cet bootstrap-debug"

Tested on Linux/i686 and Linux/x86-64.

config/

* bootstrap-cet.mk: New file.

gcc/

* doc/install.texi: Document bootstrap-cet.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254043 138bc75d-0d04-0410-961f-82ee72b054a4
config/ChangeLog
config/bootstrap-cet.mk [new file with mode: 0644]
gcc/ChangeLog
gcc/doc/install.texi