CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/08/13 12:45:45
Modified files:
lang/ruby : Makefile.inc
lang/ruby/2.6 : Makefile
lang/ruby/2.7 : Makefile
lang/ruby/3.0 : Makefile
Log message:
Avoid the use of builtin_setjmp
Use _setjmp by default to use the setjmp xor cookie.
This was already done for powerpc and powerpc64 to work around a
segfault, but it seems to be a good practice on all arches.
ok gkoehler@
