Skip to content

Commit

Permalink
doc: update windows -fstack-clash-protection doc
Browse files Browse the repository at this point in the history
Now that changes have been made in GCC, to fix the build failures.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458.
  • Loading branch information
fanquake authored and div72 committed Dec 3, 2023
1 parent 9f5ab15 commit 5ab1035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,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.
;;
*)
Expand Down

0 comments on commit 5ab1035

Please sign in to comment.