ruby-changes:61002
From: Takashi <ko1@a...>
Date: Mon, 4 May 2020 09:41:22 +0900 (JST)
Subject: [ruby-changes:61002] 39bd1244b4 (master): Revert 0776198486 for Solaris debug
https://git.ruby-lang.org/ruby.git/commit/?id=39bd1244b4 From 39bd1244b49aa1fcf93d3163bfd97d94b109f2ee Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sun, 3 May 2020 17:39:57 -0700 Subject: Revert 0776198486 for Solaris debug For some reason 0776198486 didn't fail https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20200503T230004Z.log.html.gz even while it was before 9aa5fe1bf8. Anyway, there's no need to keep the change anymore. diff --git a/mjit_worker.c b/mjit_worker.c index 63f0d64..cebb9ce 100644 --- a/mjit_worker.c +++ b/mjit_worker.c @@ -266,11 +266,7 @@ static char *libruby_pathflag; https://github.com/ruby/ruby/blob/trunk/mjit_worker.c#L266 #if defined(__GNUC__) && \ (!defined(__clang__) || \ (defined(__clang__) && (defined(__FreeBSD__) || defined(__GLIBC__)))) -# ifdef __sun -# define GCC_PIC_FLAGS "-Winvalid-pch", "-fPIC", "-shared", "-w", "-pipe", -# else -# define GCC_PIC_FLAGS "-Wfatal-errors", "-fPIC", "-shared", "-w", "-pipe", -# endif +# define GCC_PIC_FLAGS "-Wfatal-errors", "-fPIC", "-shared", "-w", "-pipe", # define MJIT_CFLAGS_PIPE 1 #else # define GCC_PIC_FLAGS /* empty */ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/