Re: [PATCH 2/3] tests/migration: Add -fno-stack-protector

2023-08-01 Thread Philippe Mathieu-Daudé
On 31/7/23 08:58, Akihiko Odaki wrote: 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: Akihik

Re: [PATCH 2/3] tests/migration: Add -fno-stack-protector

2023-07-31 Thread Thomas Huth
On 31/07/2023 08.58, Akihiko Odaki wrote: 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: Aki

Re: [PATCH 2/3] tests/migration: Add -fno-stack-protector

2023-07-31 Thread Juan Quintela
Akihiko Odaki wrote: > 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

[PATCH 2/3] tests/migration: Add -fno-stack-protector

2023-07-31 Thread 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 --- tests/migration/s390x/Makef