From owner-cvs-src@FreeBSD.ORG Tue Sep 23 02:06:02 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 502DF106564A; Tue, 23 Sep 2008 02:06:02 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 216F48FC0C; Tue, 23 Sep 2008 02:06:02 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 47189166E73; Mon, 22 Sep 2008 21:50:38 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 22 Sep 2008 21:50:38 -0400 X-Sasl-enc: lWwWc+xkMNizIZWPMCITcLfClnh72tQEgKfVG6cZqa2p 1222134637 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7D524252D2; Mon, 22 Sep 2008 21:50:37 -0400 (EDT) Message-ID: <48D84B68.6010405@FreeBSD.org> Date: Tue, 23 Sep 2008 02:50:32 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Sam Leffler References: <200809222356.m8MNuimC014659@repoman.freebsd.org> <48D8495C.6020402@freebsd.org> In-Reply-To: <48D8495C.6020402@freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2008 02:06:02 -0000 Sam Leffler wrote: > ... >> >> * Propagate TARGET_ARCH into src top level make targets >> explicitly to support cross-building. >> ... > > Why do you need to explicitly propagate TARGET_ARCH? I've been > cross-building for a while w/o issues just by exporting the required > variables. I found that I couldn't build on an amd64 box without doing this. cheers BMS