From owner-svn-src-all@FreeBSD.ORG Sat Apr 4 17:03:06 2009 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 1654C1065672; Sat, 4 Apr 2009 17:03:06 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from mail.vega.ru (mail.vega.ru [90.156.167.5]) by mx1.freebsd.org (Postfix) with ESMTP id C15DA8FC15; Sat, 4 Apr 2009 17:03:05 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from [10.100.124.124] (port=59186 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Lq8pg-000Dp7-56; Sat, 04 Apr 2009 20:35:00 +0400 Date: Sat, 4 Apr 2009 20:34:41 +0400 From: Ruslan Ermilov To: Warner Losh Message-ID: <20090404163441.GA78727@edoofus.dev.vega.ru> References: <200903190044.n2J0iMlD043003@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903190044.n2J0iMlD043003@svn.freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r190007 - head 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: Sat, 04 Apr 2009 17:03:06 -0000 On Thu, Mar 19, 2009 at 12:44:22AM +0000, Warner Losh wrote: > Author: imp > Date: Thu Mar 19 00:44:22 2009 > New Revision: 190007 > URL: http://svn.freebsd.org/changeset/base/190007 > > Log: > Add usr.bin/ar to the list of cross tools. Before, when we had gnu > ar, it was built in the gnu/usr.bin/binutils tree. Now it isn't. > > Submitted by: John Hein > Please back this change out. 1) ar(1) was moved from cross-tools to bootstrap-tools when we switched to BSD ar. 2) ar(1) isn't a cross-tool as it doesn't test for TARGET{_ARCH,}; all cross-tools do. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer