Re: [PATCH] fix Apple Silicon JIT compilation

2022-11-17 Thread Aleix Conchillo Flaqué
Apologies for re-sending this. Just realized this should be called Apple Silicon and not just Apple M1. On Thu, Nov 17, 2022 at 5:36 PM Aleix Conchillo Flaqué wrote: > * configure.ac: check for pthread_jit_write_protect_np. > > * libguile/jit.c: add support for Apple Silicon JIT compilation. >

[PATCH] fix Apple Silicon JIT compilation

2022-11-17 Thread Aleix Conchillo Flaqué
* configure.ac: check for pthread_jit_write_protect_np. * libguile/jit.c: add support for Apple Silicon 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