Re: [PATCH] fix Apple's M1 JIT compilation

2022-11-15 Thread Aleix Conchillo Flaqué
Sorry, ignore first patch, did a minor update on the second one. On Tue, Nov 15, 2022 at 4:01 PM Aleix Conchillo Flaqué wrote: > * configure.ac: check for pthread_jit_write_protect_np. > > * libguile/jit.c: add support for Apple's M1 JIT compilation. > > Fixes

[PATCH] fix Apple's M1 JIT compilation

2022-11-15 Thread Aleix Conchillo Flaqué
* configure.ac: check for pthread_jit_write_protect_np. * libguile/jit.c: add support for Apple's M1 JIT compilation. Fixes https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44505 --- configure.ac | 3 +++ libguile/jit.c | 25 - 2 files changed, 27 insertions(+), 1

[PATCH] fix Apple's M1 JIT compilation

2022-11-15 Thread Aleix Conchillo Flaqué
* configure.ac: check for pthread_jit_write_protect_np. * libguile/jit.c: add support for Apple's M1 JIT compilation. Fixes https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44505 --- configure.ac | 3 +++ libguile/jit.c | 25 - 2 files changed, 27 insertions(+), 1