CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/08/09 14:13:02
Modified files:
lang/ruby : Makefile.inc
lang/ruby/2.6 : Makefile
lang/ruby/2.7 : Makefile
lang/ruby/3.0 : Makefile
Log message:
Don't use __builtin_setjmp on powerpc, powerpc64
clang-11's __builtin_setjmp is broken, has chance of SIGSEGV during
"make build" on powerpc with ld.lld, or when passing a wrong option
(like "ruby -e" with no -e code) on powerpc64.
ok jeremy@ (maintainer)
