re: CVS commit: src/sys/rump/kern/lib/libsljit/arch/mips

2019-01-21 Thread matthew green
> Module Name: src > Committed By: alnsn > Date: Tue Jan 22 01:25:53 UTC 2019 > > Modified Files: > src/sys/rump/kern/lib/libsljit/arch/mips: cache.c > > Log Message: > Cast register_t to uintptr_t before casting to void *. > > Not sure what's going on here but evbmips64-el build

Re: CVS commit: src/sys/rump/kern

2013-11-16 Thread Alexander Nasonov
Martin Husemann wrote: > I copied the ".if" from src/sys/modules/Makefile - please feel free to > fix both instances. But arm is missing , so it would > not compile. I now see where the problem is. I listed those three arches because they support modules but other sljit arches don't always have mo

Re: CVS commit: src/sys/rump/kern

2013-11-16 Thread Martin Husemann
On Sat, Nov 16, 2013 at 04:50:42PM +, Alexander Nasonov wrote: > I don't think that sljit supports all arms. If you want bpfjit on arm (or > mips) you should build with MKSLJIT=yes. Default is "no" on these arches. Yes, but with your suggested change (or my interpretation of it, at least), the

Re: CVS commit: src/sys/rump/kern

2013-11-16 Thread Alexander Nasonov
Martin Husemann wrote: > I copied the ".if" from src/sys/modules/Makefile - please feel free to > fix both instances. But arm is missing , so it would > not compile. I don't think that sljit supports all arms. If you want bpfjit on arm (or mips) you should build with MKSLJIT=yes. Default is "no" o

Re: CVS commit: src/sys/rump/kern

2013-11-16 Thread Martin Husemann
On Sat, Nov 16, 2013 at 11:17:09AM +, Alexander Nasonov wrote: > Martin Husemann wrote: > > Log Message: > > sljit is only available on very few architectures, so do not try to build > > it on all. > > We have a special MKSLJIT variable. It's enabled by default on the three > arches you listed

Re: CVS commit: src/sys/rump/kern

2013-11-16 Thread Alexander Nasonov
Martin Husemann wrote: > Log Message: > sljit is only available on very few architectures, so do not try to build > it on all. We have a special MKSLJIT variable. It's enabled by default on the three arches you listed below but it can also be turned on on arm and mips. Alex > To generate a diff