From owner-freebsd-current@FreeBSD.ORG Mon Apr 28 20:18:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA92137B401; Mon, 28 Apr 2003 20:18:09 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6AA243FA3; Mon, 28 Apr 2003 20:18:08 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3T3I7A7085706; Mon, 28 Apr 2003 21:18:07 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 28 Apr 2003 21:18:02 -0600 (MDT) Message-Id: <20030428.211802.15673029.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: References: <20030426022551.GB29244@athlon.pn.xcllnt.net> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: marcel@xcllnt.net Subject: Re: New ACPI diffs ready for testing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 03:18:10 -0000 In message: John Baldwin 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