Subject: Re: Cross-building
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 11/05/2001 18:48:39
In message <200111051902.fA5J2FE23698@night-porter.duskware.de>, Martin Huseman
n writes:
>Well, for the new toolchain world it's quite simple:

>MACHINE=sparc
>MACHINE_ARCH=sparc
>USE_NEW_TOOLCHAIN=yes
>USETOOLS=yes

Hmm.  Shouldn't this be equivalent to
	/usr/src/build.sh -m sparc -a sparc
?

I notice that build.sh doesn't export any of these variables; shouldn't it?

-s