From owner-svn-src-all@FreeBSD.ORG Wed Dec 22 16:25:34 2010 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 63149106564A; Wed, 22 Dec 2010 16:25:34 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 3641B8FC18; Wed, 22 Dec 2010 16:25:33 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 97FB6582CA; Wed, 22 Dec 2010 10:25:33 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id 5qFegMx90PqH; Wed, 22 Dec 2010 10:25:33 -0600 (CST) Received: from comporellon.tachypleus.net (adsl-71-150-248-191.dsl.mdsnwi.sbcglobal.net [71.150.248.191]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 02953582C0; Wed, 22 Dec 2010 10:25:32 -0600 (CST) Message-ID: <4D12267C.6020602@freebsd.org> Date: Wed, 22 Dec 2010 10:25:32 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101214 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <201012221459.oBMExM94017630@svn.freebsd.org> <20101222161723.T6126@maildrop.int.zabbadoz.net> In-Reply-To: <20101222161723.T6126@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r216662 - head/share/mk 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: Wed, 22 Dec 2010 16:25:34 -0000 On 12/22/10 10:18, Bjoern A. Zeeb wrote: > On Wed, 22 Dec 2010, Nathan Whitehorn wrote: > >> Author: nwhitehorn >> Date: Wed Dec 22 14:59:22 2010 >> New Revision: 216662 >> URL: http://svn.freebsd.org/changeset/base/216662 >> >> Log: >> Enable build of FDT components by default. dtc is a required build tool >> for all FDT-enabled kernels, and having it off by default means that >> building these kernels fails by default. This fixes FDT-related build >> failures in make universe on ARM and PowerPC. > > Thanks a lot! I wonder if it is arch specific conditional? Is there > any value in having it on non-FDT kernels/architectures? There's no good way to make it arch-specific, according to Warner. If we grow such support, it could be made that way, but I don't think the 300 K is enough to worry about. Also (hopefully), the list of architectures requiring it will continue to grow in the future. > I am happily looking forward to a usable universe output again:-)) > Aside from some MIPS kernels requiring 64-bit toolchains not yet connected to the build, all make universe failures are now 100% genuine problems. Have fun, all :) -Nathan