Justin Cormack wrote: > On Jul 19, 2014 10:01 AM, "Alexander Nasonov" <[email protected]> wrote: > > > > To compile <mips/cache.h> in rump kernel, I needed to add -DMIPS3=1 > > to Makefile.rump for mips platforms. This is the only change outside > > of sljit scope. > > You surely can't do that, people may be trying to compile on non mips3 > hardware?
Pre mips3 or post mips3? Or even completely different port like amd64? If rump kernel worked without setting any of these variables, chances are, it will work with -DMIPS3. I can actually change it to -DMIPS1. Alex
