Re: [PATCH] INSTALL: Default to --enable-cet=auto

2023-01-07 Thread Gerald Pfeifer
On Fri, 27 Nov 2020, H.J. Lu wrote: > The new wording is > > --- > @code{--enable-cet=auto} is default. CET is enabled on Linux/x86 if > target binutils supports @code{Intel CET} instructions and disabled > otherwise. In this case, the target libraries are configured to get > additional

Re: [PATCH] INSTALL: Default to --enable-cet=auto

2020-11-27 Thread Iain Buclaw via Gcc-patches
Excerpts from H.J. Lu's message of November 27, 2020 8:28 pm: > On Fri, Nov 27, 2020 at 11:02 AM Matthias Klose wrote: >> >> On 11/27/20 3:54 PM, H.J. Lu via Gcc-patches wrote: >> > On Fri, Nov 27, 2020 at 6:24 AM Richard Biener wrote: >> >> >> >> OK. >> >> >> >> On Fri, 27 Nov 2020, H.J. Lu

Re: [PATCH] INSTALL: Default to --enable-cet=auto

2020-11-27 Thread H.J. Lu via Gcc-patches
On Fri, Nov 27, 2020 at 11:02 AM Matthias Klose wrote: > > On 11/27/20 3:54 PM, H.J. Lu via Gcc-patches wrote: > > On Fri, Nov 27, 2020 at 6:24 AM Richard Biener wrote: > >> > >> OK. > >> > >> On Fri, 27 Nov 2020, H.J. Lu wrote: > >> > >>> PR other/98027 > >>> * doc/install: Default

Re: [PATCH] INSTALL: Default to --enable-cet=auto

2020-11-27 Thread Matthias Klose
On 11/27/20 3:54 PM, H.J. Lu via Gcc-patches wrote: > On Fri, Nov 27, 2020 at 6:24 AM Richard Biener wrote: >> >> OK. >> >> On Fri, 27 Nov 2020, H.J. Lu wrote: >> >>> PR other/98027 >>> * doc/install: Default to --enable-cet=auto. >>> --- >>> gcc/doc/install.texi | 9 - >>> 1

Re: [PATCH] INSTALL: Default to --enable-cet=auto

2020-11-27 Thread H.J. Lu via Gcc-patches
On Fri, Nov 27, 2020 at 8:22 AM Gerald Pfeifer wrote: > > On Fri, 27 Nov 2020, H.J. Lu via Gcc-patches wrote: > > +@code{--enable-cet=auto} is default. CET is enabled on Linux/x86 if > > +target binutils supports @code{Intel CET} instructions and disabled > > +otherwise. In this case, the

Re: [PATCH] INSTALL: Default to --enable-cet=auto

2020-11-27 Thread Gerald Pfeifer
On Fri, 27 Nov 2020, H.J. Lu via Gcc-patches wrote: > +@code{--enable-cet=auto} is default. CET is enabled on Linux/x86 if > +target binutils supports @code{Intel CET} instructions and disabled > +otherwise. In this case, the target libraries are configured to get > +additional

Re: [PATCH] INSTALL: Default to --enable-cet=auto

2020-11-27 Thread H.J. Lu via Gcc-patches
On Fri, Nov 27, 2020 at 6:24 AM Richard Biener wrote: > > OK. > > On Fri, 27 Nov 2020, H.J. Lu wrote: > > > PR other/98027 > > * doc/install: Default to --enable-cet=auto. > > --- > > gcc/doc/install.texi | 9 - > > 1 file changed, 4 insertions(+), 5 deletions(-) > > > > diff

Re: [PATCH] INSTALL: Default to --enable-cet=auto

2020-11-27 Thread Richard Biener
OK. On Fri, 27 Nov 2020, H.J. Lu wrote: > PR other/98027 > * doc/install: Default to --enable-cet=auto. > --- > gcc/doc/install.texi | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi > index

[PATCH] INSTALL: Default to --enable-cet=auto

2020-11-27 Thread H.J. Lu via Gcc-patches
PR other/98027 * doc/install: Default to --enable-cet=auto. --- gcc/doc/install.texi | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 5f879ca4cea..021c347cc09 100644 --- a/gcc/doc/install.texi +++