From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 17:18:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5AA11065674 for ; Wed, 30 Jul 2008 17:18:22 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 824888FC39; Wed, 30 Jul 2008 17:18:21 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4890A25D.3060606@FreeBSD.org> Date: Wed, 30 Jul 2008 19:18:21 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Jakub Lach References: <18736784.post@talk.nabble.com> <48909534.9040608@FreeBSD.org> <18737322.post@talk.nabble.com> In-Reply-To: <18737322.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: When gcc43 is expected to be in base? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2008 17:18:22 -0000 Jakub Lach wrote: > > > Kris Kennaway-3 wrote: >> Jakub Lach wrote: >>> I'm eager to have core2 march, but don't want to mess system forcing >>> gcc43 as >>> base. >> I don't think it is planned to update to gcc 4.3 since it is covered by >> the GPLv3. > > Thanks for fast answer, is there any chance that licensing stuff is going to > be omitted? There is basically no chance the GCC developers will reconsider their decision to relicense GCC 4.3 to GPLv3. > If not, will then FreeBSD move to another compiler? The existing gcc 4.2 will be supported for some time by the gcc developers. In the meantime hopefully llvm/clang will mature enough to provide an alternative. It is already quite far along and has significant resources behind it (apple, etc). Kris