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

2022-07-07 Thread Nicholas Vinson
On 7/7/22 09:17, Daniel Kiper wrote: On Wed, Jul 06, 2022 at 03:25:58AM -0400, Nicholas Vinson wrote: Introduce ERROR_PLATFORM_NOT_SUPPORT_SSP environment variable to treat the '--enable-stack-protector is only supported on EFI platforms' message as a warning instead of an error. If ERROR_PLATFO

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

2022-07-07 Thread Daniel Kiper
On Wed, Jul 06, 2022 at 03:25:58AM -0400, Nicholas Vinson wrote: > Introduce ERROR_PLATFORM_NOT_SUPPORT_SSP environment variable to treat > the '--enable-stack-protector is only supported on EFI platforms' > message as a warning instead of an error. If > ERROR_PLATFORM_NOT_SUPPORT_SSP is set to 'no

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

2022-07-06 Thread Nicholas Vinson
Introduce ERROR_PLATFORM_NOT_SUPPORT_SSP environment variable to treat the '--enable-stack-protector is only supported on EFI platforms' message as a warning instead of an error. If ERROR_PLATFORM_NOT_SUPPORT_SSP is set to 'no' (case-insensitive), then the message will be printed as a warning. Oth