Subject: re: NetBSD/sparc now using new toolchain
To: None <kilbi@rad.rwth-aachen.de>
From: matthew green <mrg@eterna.com.au>
List: port-sparc
Date: 11/05/2001 11:04:28
   
   One problem I ran into when cross compiling (i386 -> sparc) was the
   use of /dev/vnd0c instead /dev/vnd0d on my i386 build system during
   image creation. How to avoid this?
   
   Will src/build.sh be the start point for any kind of (cross)
   compilation, even for 'make build'?


as jason meantioned, vnd usage will go away for building install
media.  however, the above could be fixed by using the output of:

	sysctl kern.rawpartition


for netbsd hosts.


.mrg.