From owner-svn-src-head@FreeBSD.ORG Tue Dec 20 16:26:13 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0235E106566B; Tue, 20 Dec 2011 16:26:13 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 801CA8FC14; Tue, 20 Dec 2011 16:26:12 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so3836904obb.13 for ; Tue, 20 Dec 2011 08:26:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=aWtJ5WVhN4wZ/xKE31diMIyQaWfa41HaC1A1FaHt3Rk=; b=NpRWcG4Q4rfBPws1lDCAEM1663r3ur2zVci0RRjP90P3y/DsjM9zR4HQAoSf2bdI/b 7JfadP9ooffZea2Dlw2Vagl+OXYohFOQYfH6BByQEzV2RSSRhzMGIkF5fLNq6sCvDXk7 Lm9zrmYPvCWxnyuz/BfVXyn5xkeTtQv77ET6g= MIME-Version: 1.0 Received: by 10.182.139.34 with SMTP id qv2mr2289656obb.46.1324398371617; Tue, 20 Dec 2011 08:26:11 -0800 (PST) Received: by 10.182.62.227 with HTTP; Tue, 20 Dec 2011 08:26:11 -0800 (PST) In-Reply-To: <4EF060E7.5000204@FreeBSD.org> 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> <8CCE4DDE-B203-42FF-A2FA-9106403DE077@FreeBSD.org> <4EF060E7.5000204@FreeBSD.org> Date: Tue, 20 Dec 2011 08:26:11 -0800 Message-ID: From: Garrett Cooper To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, David Chisnall Subject: Re: svn commit: r228143 - in head: . share/mk tools/build/options X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2011 16:26:13 -0000 On Tue, Dec 20, 2011 at 2:18 AM, Andriy Gapon wrote: > on 20/12/2011 12:05 David Chisnall said the following: >> On 20 Dec 2011, at 06:20, Bruce Evans wrote: >> >>> Don't be silly. =A0Building profiled libraries takes as much as 1 minut= e. >>> Many would not want to wait that long (if they noticed how long it take= s). >>> This is not 1994 when building of profiling libraries was left in becau= se >>> it only took an extra hour or or so. >> >> One of the platforms I use has an 800MHz ARM processor. =A0Building LLVM= (even a release build with asserts disabled and with all of the cross-comp= ile targets disabled) is an overnight job. =A0On my main laptop, a release = build of LLVM takes about 5 minutes. >> >> Please don't assume that just because fast computers exist that they are= the only things people are using. =A0A lot of the more interesting platfor= ms these days are significantly slower. > > I wonder if all the software that runs on the embedded stuff or mobile ph= ones is > built on the said hardware. world doesn't need to be built on the hardware, but ports still do. Thanks, -Garrett