Subject: Re: toolchain/21988: after a kernel version bump,
To: None <agc@netbsd.org>
From: Todd Vierling <tv@pobox.com>
List: netbsd-bugs
Date: 06/25/2003 10:18:33
On Wed, 25 Jun 2003 agc@netbsd.org wrote:

: I have one source tree from which I do builds for 5 different architectures.

All cross-built from one host platform?  If so, and you do NOT have
MKHOSTOBJ=yes in mk.conf, then this points out that the $TOOLDIR setting
should probably also be made to obey lack of MKHOSTOBJ and leave this bit
off the end.

I suppose there could be a way added to force the objdir add-on string in
mk.conf for "tools" and MKHOSTOBJ-generated "obj", so you could get
".${MACHINE}" or ".${MACHINE_ARCH}.mycurrentbox.fnord" or somesuch.

-- 
-- Todd Vierling <tv@pobox.com>