Subject: Re: How to force using existing toolchain?
To: None <tech-toolchain@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-toolchain
Date: 07/12/2007 03:36:48
On Wed, Jul 11, 2007 at 06:02:05PM -0700, Luong Ngo wrote:
> I am brand new to make and build system in general and NetBSD in
> specific. But I need to build the NetBSD source tree, I only need the
> userland binaries and filesystem only, using the toolchains already
> existed. How do I do that?

Either set USETOOLS=no to force use of the installed compilers and co or
run build.sh tools once.

Joerg