Skip to content

Commit

Permalink
Disable ssp on Solaris where people may use old toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 11, 2024
1 parent 0217d07 commit 445dc37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -8892,7 +8892,7 @@ then :


case $host_os in #(
cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*) :
solaris*|cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*) :
;; #(
*) :

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ AS_CASE([$host_os],
AS_IF([test "x$enable_ssp" != "xno"],[
AS_CASE([$host_os],
[cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*], [ ],
[solaris*|cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*], [ ],
[*], [
AX_CHECK_COMPILE_FLAG([-fstack-protector], [
AX_CHECK_LINK_FLAG([-fstack-protector],
Expand Down

0 comments on commit 445dc37

Please sign in to comment.