From owner-freebsd-arch@FreeBSD.ORG Sun Feb 13 06:29:11 2005 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90FED16A4CE for ; Sun, 13 Feb 2005 06:29:11 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA4E43D3F for ; Sun, 13 Feb 2005 06:29:11 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1D6TADt017887 for ; Sat, 12 Feb 2005 22:29:10 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1D6TAGn017886 for freebsd-arch@FreeBSD.org; Sat, 12 Feb 2005 22:29:10 -0800 (PST) (envelope-from obrien) Date: Sat, 12 Feb 2005 22:29:10 -0800 From: "David O'Brien" To: freebsd-arch@FreeBSD.org Message-ID: <20050213062910.GC83950@dragon.nuxi.com> References: <20050213001752.GA40468@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050213001752.GA40468@funkthat.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: buildenv target X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 06:29:11 -0000 On Sat, Feb 12, 2005 at 04:17:52PM -0800, John-Mark Gurney wrote: > Does anyone object to adding a buildenv target to our Makefile, so that > when crossbuilding you can get the tools setup in a shell. Useful for > doing crossbuild testing w/ a cross-built world eaiser. .. > so: > bash-2.05b$ which config > /usr/sbin/config > bash-2.05b$ make buildenv TARGET_ARCH=arm > Entering world for arm:arm > bash-2.05b$ which config > /usr/obj/arm/usr/home/jmg/arm/src/i386/legacy/usr/sbin/config I don't quite follow what you're going to do with in it. The problem is the more we bend this to do what the random person wants to do we build a garantium thing that is hard to change w/o breaking some "established" behavior. Much like the huge mess we had in binutils to support cross assembling to non-FreeBSD platforms. -- -- David (obrien@FreeBSD.org)