Re: [PATCH] Enable CET in cross compiler if possible

2020-06-09 Thread Jeff Law via Gcc-patches
On Fri, 2020-06-05 at 08:18 -0700, H.J. Lu wrote: > On Tue, May 12, 2020 at 10:28 AM Jeff Law wrote: > > On Fri, 2020-05-08 at 06:11 -0700, H.J. Lu via Gcc-patches wrote: > > > Don't perform CET run-time check for host when cross compiling. Instead, > > > enable CET in cross compiler if possible

Re: [PATCH] Enable CET in cross compiler if possible

2020-06-05 Thread H.J. Lu via Gcc-patches
On Tue, May 12, 2020 at 10:28 AM Jeff Law wrote: > > On Fri, 2020-05-08 at 06:11 -0700, H.J. Lu via Gcc-patches wrote: > > 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.

Re: [PATCH] Enable CET in cross compiler if possible

2020-05-12 Thread Jeff Law via Gcc-patches
On Fri, 2020-05-08 at 06:11 -0700, H.J. Lu via Gcc-patches wrote: > 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

PING: [PATCH] Enable CET in cross compiler if possible

2020-05-12 Thread H.J. Lu via Gcc-patches
On Fri, May 8, 2020 at 6:11 AM H.J. Lu wrote: > > 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

[PATCH] Enable CET in cross compiler if possible

2020-05-08 Thread H.J. Lu via Gcc-patches
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.