Re: CVS commit: src

2012-11-24 Thread Manuel Bouyer
On Sat, Nov 24, 2012 at 02:00:36PM +, Alexander Nasonov wrote:
 Module Name:  src
 Committed By: alnsn
 Date: Sat Nov 24 14:00:36 UTC 2012
 
 Modified Files:
   src/distrib/sets/lists/comp: md.evbmips
   src/share/mk: bsd.own.mk
   src/sys/arch/evbmips/include: Makefile
 Added Files:
   src/sys/arch/evbmips/include: sljitarch.h
 
 Log Message:
 Add sljit and bpfjit to evbmips. Not enabled by default.

Why only evbmips, and not all mips platforms ?
Shouldn't this be in arch/mips/include/ ?

-- 
Manuel Bouyer bou...@antioche.eu.org
 NetBSD: 26 ans d'experience feront toujours la difference
--


Re: CVS commit: src

2012-11-24 Thread Alexander Nasonov
Manuel Bouyer wrote:
 Why only evbmips, and not all mips platforms ?
 Shouldn't this be in arch/mips/include/ ?

I'm now asking this exact question myself after I moved on to arm world ;-)
These two platforms are very diverse. Perhaps I should have sought an
advice before restricting myself to evbmips. I did it for two reasons,
one is that evbmips is Tier I (other mips are Tier II) and the second
reason is that I could find an emulator and a clear instruction of how
to install NetBSD on evbmips.

Alex