From owner-cvs-all@FreeBSD.ORG Thu Feb 21 16:41:31 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E94016A401 for ; Thu, 21 Feb 2008 16:41:31 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1CC2A13C4D9 for ; Thu, 21 Feb 2008 16:41:31 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA09.emeryville.ca.mail.comcast.net ([76.96.30.20]) by QMTA01.emeryville.ca.mail.comcast.net with comcast id sFJM1Y01R0S2fkCA103y00; Thu, 21 Feb 2008 16:30:59 +0000 Received: from discordia ([24.61.189.203]) by OMTA09.emeryville.ca.mail.comcast.net with comcast id sGX91Y00B4PktZC8V00000; Thu, 21 Feb 2008 16:31:10 +0000 X-Authority-Analysis: v=1.0 c=1 a=OTEiCUWpOEoA:10 a=c5sTgUsrrxMA:10 a=9XO1vE8_iUkZ_KHleKwA:9 a=TVL_tEXyey4DnWEUwhcA:7 a=MsLOeJ0zD8cjz54S8izpO3v0bFcA:4 a=AOZnyuwa1mwA:10 Received: by discordia (Postfix, from userid 103) id 46C251636F8; Thu, 21 Feb 2008 11:31:09 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id DB8551636F9; Thu, 21 Feb 2008 11:30:54 -0500 (EST) Message-ID: <47BDA6A9.7050006@FreeBSD.org> Date: Thu, 21 Feb 2008 11:28:25 -0500 From: Coleman Kane Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20080123) MIME-Version: 1.0 To: Kai Wang References: <200802211612.m1LGCkRt044722@repoman.freebsd.org> In-Reply-To: <200802211612.m1LGCkRt044722@repoman.freebsd.org> X-Enigmail-Version: 0.96a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys param.h src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/ranlib Makefile src/usr.bin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 16:41:31 -0000 Kai Wang wrote: > kaiw 2008-02-21 16:12:46 UTC > > FreeBSD src repository > > Modified files: > sys/sys param.h > gnu/usr.bin/binutils/ar Makefile > gnu/usr.bin/binutils/ranlib Makefile > usr.bin Makefile > Log: > Back out previous commit. Restore Binutils ar as default. Disconnect > 'BSD' ar to the build. > > Requested by: des > > Revision Changes Path > 1.15 +0 -5 src/gnu/usr.bin/binutils/ar/Makefile > 1.16 +0 -5 src/gnu/usr.bin/binutils/ranlib/Makefile > 1.337 +1 -1 src/sys/sys/param.h > 1.308 +0 -4 src/usr.bin/Makefile > What still needs to be done to get this to work? Is it just breaking under !i386 && !amd64 ? I kind of fancy the idea of slowly replacing binutils with our own tools. -- Coleman Kane