From owner-svn-src-head@FreeBSD.ORG Thu May 19 15:00:07 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 ACC991065675; Thu, 19 May 2011 15:00:07 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (unknown [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 269358FC0C; Thu, 19 May 2011 15:00:05 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id EE11C4000E; Thu, 19 May 2011 17:00:03 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id E303F40009; Thu, 19 May 2011 17:00:03 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.1 Received: from mx.daemonic.se (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id CC4CF4000E; Thu, 19 May 2011 17:00:02 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 51DA4119C04; Thu, 19 May 2011 17:00:02 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 1BCB112B2DA; Thu, 19 May 2011 17:00:01 +0200 (CEST) Message-ID: <4DD5306F.3080304@daemonic.se> Date: Thu, 19 May 2011 16:59:59 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Warner Losh References: <201105190513.p4J5DPFP023684@svn.freebsd.org> In-Reply-To: <201105190513.p4J5DPFP023684@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222090 - in head: . gnu/usr.bin 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: Thu, 19 May 2011 15:00:07 -0000 On 2011-05-19 07:13, Warner Losh wrote: > Author: imp > Date: Thu May 19 05:13:25 2011 > New Revision: 222090 > URL: http://svn.freebsd.org/changeset/base/222090 > > Log: > Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained control > over building gcc and binutils. They default to true, unless > MK_TOOLCHAIN is no. > > Reviewed by: ru@ > > Added: > head/tools/build/options/WITHOUT_BINUTILS (contents, props changed) > head/tools/build/options/WITHOUT_GCC (contents, props changed) > Modified: > head/Makefile.inc1 > head/gnu/usr.bin/Makefile > head/share/mk/bsd.own.mk > Can you please regenerate src.conf.5 and commit that as well? Regards! -- Niclas