Subject: Re: cross building for 8260
To: None <port-powerpc@netbsd.org>
From: Richard Klingler <richard@klingler.ch>
List: port-powerpc
Date: 12/11/2003 00:23:41
> 
> Oki...nbconfig doesn't complain anymore...added own "majors.mpc8260"
> like the one from "arch/evbppc/conf/majors.evbppc".
> 
> Now when doing "/usr/cross/bin/nbmake" I get:
> 

Think before you write email (o;

Always wondered why there is a "nbmake-mpc8260" (o;


So...where are the page sizes defined? Only see sparc doing it...

bash-2.05b# find ./ -type f -print | xargs grep MIN_PAGE_SIZE
.//sparc/include/vmparam.h:#define      MIN_PAGE_SIZE           (1 << PAGE_SHIFT_SUN4CM)


rick