aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-07-16 15:18:53 +0100
committerfanquake <fanquake@gmail.com>2023-07-16 15:19:44 +0100
commit05ef059a333479e553382c2ae6ef6fde668ce3cb (patch)
tree24b59787030a136739bccd01e3d905667055fc49 /configure.ac
parent01e5d6b105861ebf1216df6f1682004e44dd2544 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 29ac8e3805..912201696b 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.
;;
*)