From owner-svn-src-head@FreeBSD.ORG Sat Apr 4 18:14:15 2009 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 23CED106566C; Sat, 4 Apr 2009 18:14:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4008A8FC18; Sat, 4 Apr 2009 18:14:13 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n34IAkCl068644; Sat, 4 Apr 2009 12:10:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 04 Apr 2009 12:11:30 -0600 (MDT) Message-Id: <20090404.121130.163263885.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20090404163441.GA78727@edoofus.dev.vega.ru> References: <200903190044.n2J0iMlD043003@svn.freebsd.org> <20090404163441.GA78727@edoofus.dev.vega.ru> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-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: Sat, 04 Apr 2009 18:14:16 -0000 In message: <20090404163441.GA78727@edoofus.dev.vega.ru> Ruslan Ermilov writes: : 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. I'll 1/2 back this out. I'll back out this part of the change, but keep the other part which is needed. Warner