From owner-svn-src-all@FreeBSD.ORG Tue Dec 20 19:43:18 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B448106566C; Tue, 20 Dec 2011 19:43:18 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (unknown [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 285BA8FC0C; Tue, 20 Dec 2011 19:43:18 +0000 (UTC) Received: from [10.30.101.53] ([209.117.142.2]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id pBKJaxPI065008 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Tue, 20 Dec 2011 12:37:01 -0700 (MST) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Tue, 20 Dec 2011 12:36:53 -0700 Content-Transfer-Encoding: 7bit Message-Id: References: <201111291946.pATJkHMs064094@svn.freebsd.org> <4ED544E1.3050307@t-hosting.hu> <4ED545A9.8000304@FreeBSD.org> <0CAA5754-4FAC-4B87-92B7-439B109473C0@bsdimp.com> <20111220171740.X1005@besplex.bde.org> <91C30101-B401-4B2F-84BE-7BB4AF3D9311@bsdimp.com> To: Garrett Cooper X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Tue, 20 Dec 2011 12:37:02 -0700 (MST) Cc: Doug Barton , Max Khon , svn-src-all@freebsd.org, src-committers@freebsd.org, =?iso-8859-1?Q?G=E1bor_K=F6vesd=E1n?= , Bruce Evans , svn-src-head@freebsd.org Subject: Re: svn commit: r228143 - in head: . share/mk tools/build/options X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2011 19:43:18 -0000 On Dec 20, 2011, at 12:21 PM, Garrett Cooper wrote: > On Tue, Dec 20, 2011 at 9:40 AM, Warner Losh wrote: >> >> On Dec 20, 2011, at 2:21 AM, Garrett Cooper wrote: >> >> >> The assumption (that isn't clearly stated) is that I am building >> things on suped up x86 hardware, not arm CPUs, Intel Atoms, etc. On >> those platforms building superfluous things still do matter (in >> particular because cross-building some things still isn't doable 100% >> of the time, but also because flash, some platter media, etc is slow). >> But I suppose I digress... >> >> >> When is cross building not doable? Please, give examples, not fud. > > ports. Which affects profiled libraries how? Warner