From owner-freebsd-current@FreeBSD.ORG Sun Feb 24 20:48:40 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B83B16A400; Sun, 24 Feb 2008 20:48:40 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id BAAF813C448; Sun, 24 Feb 2008 20:48:39 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m1OKmXe5027980; Sun, 24 Feb 2008 12:48:33 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m1OKmWjc027978; Sun, 24 Feb 2008 12:48:32 -0800 (PST) (envelope-from obrien) Date: Sun, 24 Feb 2008 12:48:32 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20080224204832.GA27938@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Ruslan Ermilov , Dag-Erling Sm??rgrav , Kai Wang , Joseph Koshy , current@freebsd.org References: <864pc1s1wa.fsf@ds4.des.no> <20080222105239.GC94607@team.vega.ru> <86abltqjiz.fsf@ds4.des.no> <20080222124617.GA16580@team.vega.ru> <86wsoxp2ob.fsf@ds4.des.no> <20080223201808.GB65540@team.vega.ru> <20080224180433.GA21162@dragon.NUXI.org> <20080224190637.GB18096@team.vega.ru> <20080224193221.GA25526@dragon.NUXI.org> <20080224194358.GC18096@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080224194358.GC18096@team.vega.ru> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: current@freebsd.org, Dag-Erling Sm??rgrav , Kai Wang , Joseph Koshy Subject: Re: [HEADS UP] ar(1) front-end committed. (notes for cross compile) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 20:48:40 -0000 On Sun, Feb 24, 2008 at 10:43:58PM +0300, Ruslan Ermilov wrote: > On Sun, Feb 24, 2008 at 11:32:21AM -0800, David O'Brien wrote: > > On Sun, Feb 24, 2008 at 10:06:37PM +0300, Ruslan Ermilov wrote: > > > On Sun, Feb 24, 2008 at 10:04:33AM -0800, David O'Brien wrote: > > > > Its seems those that have expressed an opinion want to switch to the new > > > > 'ar' ASAP. So why not this patch? > > > > > > Because your patch won't allow to cross-build on > > > systems predating 700044. > > > > Why not? If ${BOOTSTRAPPING} >= 700044 we add usr.bin/ar to the list. > > > I said predating 700044. *sigh* what's 700044 - it would be nice if you'd say what that date represents so one doens't have to dig around www.freebsd.org to figure it out. > > What is your patch to just get rid of the WITH_GNUAR/WITH_BSDAR similar > > to mine? > > > ENOPARSE. > > How's the attached patch? The commit log would be: I don't think you answered me - why do we need the WITH_* stuff at all. Just install GNU ar as gnu-ar from now on and have the build system handle it.