From 05ef059a333479e553382c2ae6ef6fde668ce3cb Mon Sep 17 00:00:00 2001 From: fanquake Date: Sun, 16 Jul 2023 15:18:53 +0100 Subject: [PATCH] doc: update windows -fstack-clash-protection doc Now that changes have been made in GCC, to fix the build failures. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 29ac8e3805d..912201696bd 100644 --- a/configure.ac +++ b/configure.ac @@ -958,7 +958,8 @@ if test "$use_hardening" != "no"; then case $host in *mingw*) - dnl stack-clash-protection doesn't currently work, and likely should just be skipped for Windows. + dnl stack-clash-protection doesn't compile with GCC 10 and earlier. + dnl In any case, it is a no-op for Windows. dnl See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details. ;; *)