Re: [PATCH] Add bootstrap-cet.mk to bootstrap GCC with Intel CET

2017-10-24 Thread H.J. Lu
On Tue, Oct 24, 2017 at 5:42 AM, Richard Biener wrote: > On Tue, Oct 24, 2017 at 1:14 PM, H.J. Lu wrote: >> Bootstrap GCC with Intel CET by configuring GCC with >> >> --with-build-config="bootstrap-cet bootstrap-debug" >> >> Tested on Linux/i686 and Linux/x86-64. >> >> OK for trunk? > > Ok. Do y

Re: [PATCH] Add bootstrap-cet.mk to bootstrap GCC with Intel CET

2017-10-24 Thread Richard Biener
On Tue, Oct 24, 2017 at 1:14 PM, H.J. Lu wrote: > Bootstrap GCC with Intel CET by configuring GCC with > > --with-build-config="bootstrap-cet bootstrap-debug" > > Tested on Linux/i686 and Linux/x86-64. > > OK for trunk? Ok. Do you have a simulator that understands CET yet? Richard. > H.J. > --

[PATCH] Add bootstrap-cet.mk to bootstrap GCC with Intel CET

2017-10-24 Thread H.J. Lu
Bootstrap GCC with Intel CET by configuring GCC with --with-build-config="bootstrap-cet bootstrap-debug" Tested on Linux/i686 and Linux/x86-64. OK for trunk? H.J. --- config/ * bootstrap-cet.mk: New file. gcc/ * doc/install.texi: Document bootstrap-cet. --- config/bootstrap-