1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Haiku: disable stack-protector

This commit is contained in:
Zoltán Mizsei 2020-10-29 22:49:45 +01:00 committed by Nobuyoshi Nakada
parent 4d43ac2fb9
commit 9542321584
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -681,7 +681,7 @@ AS_IF([test "$GCC" = yes], [
# -fstack-protector
AS_CASE(["$target_os"],
[mingw*], [
[mingw*|haiku*], [
stack_protector=no
])
AS_IF([test -z "${stack_protector+set}"], [