Manuel Bouyer <[email protected]> wrote: >On Tue, Sep 10, 2019 at 04:38:46PM +0100, Robert Swindells wrote: >> >> Manuel Bouyer <[email protected]> wrote: >> >I'm trying to build a evbarm kernel with >> >options SLJIT >> >options BPFJIT >> >> Are you building a 32 or 64-bit kernel ? > >32-bits.
Try this: Index: files.generic =================================================================== RCS file: /cvsroot/src/sys/arch/evbarm/conf/files.generic,v retrieving revision 1.7 diff -u -r1.7 files.generic --- files.generic 11 Jun 2019 13:01:48 -0000 1.7 +++ files.generic 10 Sep 2019 15:53:24 -0000 @@ -26,3 +26,9 @@ include "arch/arm/vexpress/files.vexpress" include "arch/arm/virt/files.virt" include "arch/arm/xilinx/files.zynq" + +# +# Stack-less Just-In-Time compiler +# + +include "external/bsd/sljit/conf/files.sljit"
