ruby-changes:64184
From: Zolt=C3=A1n <ko1@a...>
Date: Tue, 15 Dec 2020 23:13:13 +0900 (JST)
Subject: [ruby-changes:64184] 9542321584 (master): Haiku: disable stack-protector
https://git.ruby-lang.org/ruby.git/commit/?id=9542321584 From 95423215849ad26e1b928b3d36af021472bb185b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@e...> Date: Thu, 29 Oct 2020 22:49:45 +0100 Subject: Haiku: disable stack-protector diff --git a/configure.ac b/configure.ac index 3b971ac..dbcf7c0 100644 --- a/configure.ac +++ b/configure.ac @@ -681,7 +681,7 @@ AS_IF([test "$GCC" = yes], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L681 # -fstack-protector AS_CASE(["$target_os"], - [mingw*], [ + [mingw*|haiku*], [ stack_protector=no ]) AS_IF([test -z "${stack_protector+set}"], [ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/