From owner-freebsd-current@FreeBSD.ORG Tue Aug 29 23:04:51 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933AC16A4DD; Tue, 29 Aug 2006 23:04:51 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84BD643D49; Tue, 29 Aug 2006 23:04:50 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.7/8.13.7) with ESMTP id k7TN4l2Y068631; Tue, 29 Aug 2006 16:04:47 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.7/8.13.7/Submit) id k7TN4lwo068621; Tue, 29 Aug 2006 16:04:47 -0700 (PDT) (envelope-from sgk) Date: Tue, 29 Aug 2006 16:04:47 -0700 From: Steve Kargl To: "Conrad J. Sabatier" Message-ID: <20060829230447.GA59838@troutmask.apl.washington.edu> References: <20060826212120.GA66604@freefall.freebsd.org> <20060829175022.1a3ac0f6@serene.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060829175022.1a3ac0f6@serene.no-ip.org> User-Agent: Mutt/1.4.2.2i Cc: Alexander Kabaev , current@freebsd.org Subject: Re: HEADS UP: GCC 3.4.6 update in progress 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: Tue, 29 Aug 2006 23:04:51 -0000 On Tue, Aug 29, 2006 at 05:50:22PM -0500, Conrad J. Sabatier wrote: > On Sat, 26 Aug 2006 21:21:20 +0000, Alexander Kabaev > > In order to pave the way for an upcoming GCC 4.1 import, we decided to > > update GCC 3.4 in the tree to the latest version available in FSF > > SVN repository. After a short period in -current this version will be > > MFC-ed to RELENG6, which will then be able to take advantage of all > > the fixes that went info FSF sources since we did last compiler > > update. > > > > The update will happen over next hour or so. I will post 'all clear' > > message once the system is back to consistent state. > > Cool! > > Incidentally, I've been wondering for the longest time now: is/are there > any particular reason(s) why we exclude gcj from the gcc tree/build? > Sure would be a cool thing to have. > 1) It's not needed to build anything in the base system. 2) It takes a long time to build. 3) You really want to use the gcc41 or gcc42 port. Of course, IMHO. -- Steve