Re: [PATCH 02/17] tests/tcg: Add -fno-stack-protector

2023-10-28 Thread Richard Henderson
On 10/28/23 03:32, Alex Bennée wrote: From: Akihiko Odaki A build of GCC 13.2 will have stack protector enabled by default if it was configured with --enable-default-ssp option. For such a compiler, it is necessary to explicitly disable stack protector when linking without standard libraries.

[PATCH 02/17] tests/tcg: Add -fno-stack-protector

2023-10-28 Thread Alex Bennée
From: Akihiko Odaki A build of GCC 13.2 will have stack protector enabled by default if it was configured with --enable-default-ssp option. For such a compiler, it is necessary to explicitly disable stack protector when linking without standard libraries. Signed-off-by: Akihiko Odaki Message-Id