Skip to content

Commit 05ef059

Browse files
committed
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.
1 parent 01e5d6b commit 05ef059

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,8 @@ if test "$use_hardening" != "no"; then
958958

959959
case $host in
960960
*mingw*)
961-
dnl stack-clash-protection doesn't currently work, and likely should just be skipped for Windows.
961+
dnl stack-clash-protection doesn't compile with GCC 10 and earlier.
962+
dnl In any case, it is a no-op for Windows.
962963
dnl See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details.
963964
;;
964965
*)

0 commit comments

Comments
 (0)