From owner-freebsd-current@FreeBSD.ORG Mon Feb 25 09:15:12 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 C973616A401 for ; Mon, 25 Feb 2008 09:15:12 +0000 (UTC) (envelope-from astrodog@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 8354513C46B for ; Mon, 25 Feb 2008 09:15:12 +0000 (UTC) (envelope-from astrodog@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so2254526wri.3 for ; Mon, 25 Feb 2008 01:15:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ozEiN6vqChrDouHL+VDmB1pjZ2R2+MjmLIPaW/ePbDM=; b=mevxzsOWAKWv93wid41M80eiTlWOR3++63clOzrflLA+8PFpSSn98HZllZcthpR1fI5owL2CFx0orQ/JFrkO5Ym6qF/3oWWQq0lN/HhR8VHVEsvaU35A/d/rUwyDXUMe7BHfE7tTCFG6ETHNrSxfK5DTJKuVsWvjBD/c6f7SgPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z/iFjLl1cEADfVicqWAEBoWuuRGk89xgyQmJUI1H1EWVpFeRgnik3d7PsN1pCOg8KarCr+4FTFqszB3mKwdMWh920Z1AkpcLSwubLeBlzaVXC2vsxatRAF8lnnNuD8LciSzGgx921H2PJeee/0mBHXesWsY8BzGn305wwx0IU9I= Received: by 10.141.69.1 with SMTP id w1mr1835995rvk.147.1203929168626; Mon, 25 Feb 2008 00:46:08 -0800 (PST) Received: by 10.141.68.21 with HTTP; Mon, 25 Feb 2008 00:46:08 -0800 (PST) Message-ID: <2fd864e0802250046v49ed9833q390d7b214481a2a9@mail.gmail.com> Date: Mon, 25 Feb 2008 16:46:08 +0800 From: Astrodog To: current@freebsd.org In-Reply-To: <20080225083555.GB40376@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <86wsoxp2ob.fsf@ds4.des.no> <20080224180433.GA21162@dragon.NUXI.org> <20080224190637.GB18096@team.vega.ru> <20080224193221.GA25526@dragon.NUXI.org> <20080224194358.GC18096@team.vega.ru> <20080224205121.GB27938@dragon.NUXI.org> <20080224212642.GA15362@plan0.kaiwan.csbnet.se> <20080224213434.GA29077@dragon.NUXI.org> <20080225071825.GE18096@team.vega.ru> <20080225083555.GB40376@dragon.NUXI.org> Cc: 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 09:15:12 -0000 In as far as gnu-ar vs gar goes... I want mine blue, thanks. I think being able to decide which "ar" one uses could be fairly important. I'm not entirely confident that now, and forever more, they will have identical functionality. --- Harrison