Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 21:18:02 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        jhb@freebsd.org
Cc:        marcel@xcllnt.net
Subject:   Re: New ACPI diffs ready for testing
Message-ID:  <20030428.211802.15673029.imp@bsdimp.com>
In-Reply-To: <XFMail.20030428164935.jhb@FreeBSD.org>
References:  <20030426022551.GB29244@athlon.pn.xcllnt.net> <XFMail.20030428164935.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <XFMail.20030428164935.jhb@FreeBSD.org>
            John Baldwin <jhb@freebsd.org> writes:
: 
: On 26-Apr-2003 Marcel Moolenaar wrote:
: > The best way to cross-build is by starting a cross-world, which you
: > then abort after the headers are installed in the object tree. This
: > should leave a usable set of cross-tools you can use for buildkernel.
: 
: It would be nice if there was a 'buildtools' target that did just
: enough to allow one to do a buildkernel.  Maybe 'buildkerneltools'
: and 'buildworldtools' targets where the latter let you cross-build
: individual libraries or binaries

make -f Makefile _obj _build-tools

is what I've been using.  You don't need bootstrap-tools typically...
However, you want the _ version since it uses the right environment.
It does build a little more than is necessary, but not a lot more.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030428.211802.15673029.imp>