ruby-changes:70926
From: Yuta <ko1@a...>
Date: Wed, 19 Jan 2022 11:19:24 +0900 (JST)
Subject: [ruby-changes:70926] 8a50a6b6f9 (master): [wasm] configure.ac: disable stack-protector
https://git.ruby-lang.org/ruby.git/commit/?id=8a50a6b6f9 From 8a50a6b6f979bdfbf79f5c89f03f46ed7c43b919 Mon Sep 17 00:00:00 2001 From: Yuta Saito <kateinoigakukun@g...> Date: Sat, 15 Jan 2022 22:18:18 +0900 Subject: [wasm] configure.ac: disable stack-protector clang does not yet support stack-protector for wasm --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7b8552e4f02..840fa110a37 100644 --- a/configure.ac +++ b/configure.ac @@ -739,7 +739,7 @@ AS_IF([test "$GCC" = yes], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L739 # -fstack-protector AS_CASE(["$target_os"], - [mingw*|emscripten*], [ + [mingw*|emscripten*|wasi*], [ stack_protector=no ]) AS_IF([test -z "${stack_protector+set}"], [ -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/