Re: [PATCH] configure.ac: warn if stack-protector not allowed

2022-07-08 Thread Mike Gilbert
On Fri, Jun 24, 2022 at 2:12 PM Nicholas Vinson wrote: > > On 6/24/22 12:28, Daniel Kiper wrote: > > Adding Chris... > > > > On Tue, Jun 14, 2022 at 06:19:00PM -0400, Nicholas Vinson wrote: > >> Previous version of configure.ac would error out when > >> --enable-stack-protector was given and a sel

Re: [PATCH] configure.ac: warn if stack-protector not allowed

2022-06-27 Thread Daniel Kiper
On Sat, Jun 25, 2022 at 03:07:09AM -0400, Nicholas Vinson wrote: > On 6/24/22 21:11, Glenn Washburn wrote: > > On Fri, 24 Jun 2022 14:12:44 -0400 > > Nicholas Vinson wrote: > > > > > On 6/24/22 12:28, Daniel Kiper wrote: > > > > Adding Chris... > > > > > > > > On Tue, Jun 14, 2022 at 06:19:00PM -0

Re: [PATCH] configure.ac: warn if stack-protector not allowed

2022-06-25 Thread Nicholas Vinson
On 6/24/22 21:11, Glenn Washburn wrote: On Fri, 24 Jun 2022 14:12:44 -0400 Nicholas Vinson wrote: On 6/24/22 12:28, Daniel Kiper wrote: Adding Chris... On Tue, Jun 14, 2022 at 06:19:00PM -0400, Nicholas Vinson wrote: Previous version of configure.ac would error out when --enable-stack-prote

Re: [PATCH] configure.ac: warn if stack-protector not allowed

2022-06-24 Thread Glenn Washburn
On Fri, 24 Jun 2022 14:12:44 -0400 Nicholas Vinson wrote: > On 6/24/22 12:28, Daniel Kiper wrote: > > Adding Chris... > > > > On Tue, Jun 14, 2022 at 06:19:00PM -0400, Nicholas Vinson wrote: > >> Previous version of configure.ac would error out when > >> --enable-stack-protector was given and a

Re: [PATCH] configure.ac: warn if stack-protector not allowed

2022-06-24 Thread Nicholas Vinson
On 6/24/22 12:28, Daniel Kiper wrote: Adding Chris... On Tue, Jun 14, 2022 at 06:19:00PM -0400, Nicholas Vinson wrote: Previous version of configure.ac would error out when --enable-stack-protector was given and a selected GRUB platform did not support the flag. The new behavior is to warn tha

Re: [PATCH] configure.ac: warn if stack-protector not allowed

2022-06-24 Thread Daniel Kiper
Adding Chris... On Tue, Jun 14, 2022 at 06:19:00PM -0400, Nicholas Vinson wrote: > Previous version of configure.ac would error out when > --enable-stack-protector was given and a selected GRUB platform did not > support the flag. The new behavior is to warn that the flag is not > supported and f

[PATCH] configure.ac: warn if stack-protector not allowed

2022-06-14 Thread Nicholas Vinson
Previous version of configure.ac would error out when --enable-stack-protector was given and a selected GRUB platform did not support the flag. The new behavior is to warn that the flag is not supported and force disable it for that platform. Signed-off-by: Nicholas Vinson --- configure.ac | 3