[plt-scheme] Re: FFI and ARM
> There should be an ARM directory as
> "src/foreign/gcc/libffi/src/arm/".
There is, apologies for missing it!
> Anything suspicious in the `configure' output, or does it seem to
> recognize the platform in the FFI part?
configure output looks fine. Only issue was that the dev env uses
busybox which has built-in "uname", so I had to tweak configure to
know about that.
The micro-problem is that ffitarget.h #defines FFI_CLOSURES to 0 and
so a ffi_closure struct isn't defined, yet unconditionally used by foreign.c
John