From owner-freebsd-current@FreeBSD.ORG Thu Jan 29 03:28:57 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9687106564A for ; Thu, 29 Jan 2009 03:28:57 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from nschwmtas02p.mx.bigpond.com (nschwmtas02p.mx.bigpond.com [61.9.189.140]) by mx1.freebsd.org (Postfix) with ESMTP id 595EA8FC13 for ; Thu, 29 Jan 2009 03:28:56 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from nschwotgx02p.mx.bigpond.com ([124.188.162.219]) by nschwmtas02p.mx.bigpond.com with ESMTP id <20090129032850.WOIT22514.nschwmtas02p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com> for ; Thu, 29 Jan 2009 03:28:50 +0000 Received: from areilly.bpa.nu ([124.188.162.219]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20090129032850.MKOY6144.nschwotgx02p.mx.bigpond.com@areilly.bpa.nu> for ; Thu, 29 Jan 2009 03:28:50 +0000 Received: (qmail 86779 invoked by uid 501); 29 Jan 2009 03:28:34 -0000 Date: Thu, 29 Jan 2009 14:28:34 +1100 From: Andrew Reilly To: Steve Kargl Message-ID: <20090129032834.GA79291@duncan.reilly.home> References: <20090128155340.GA75143@lpthe.jussieu.fr> <200901291243.00378.doconnor@gsoft.com.au> <49811242.7030106@delphij.net> <200901291330.18007.doconnor@gsoft.com.au> <20090129030950.GA9605@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090129030950.GA9605@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.3i X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150204.49812272.005B,ss=1,fgs=0 Cc: freebsd-current@freebsd.org, d@delphij.net, Michel Talon Subject: Re: Alternatives to gcc (was Re: gcc 4.3: when will it becomestandard compiler?) 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: Thu, 29 Jan 2009 03:28:58 -0000 On Wed, Jan 28, 2009 at 07:09:50PM -0800, Steve Kargl wrote: > The FSF has not decided what to do about the runtime libraries. > These are currently gplv2+link time exception. In the future, > the libraries may be gplv3 + some new link time exception. The libraries in question are those for long long multiply and other low-level code generation short-cuts, aren't they? I understodd that crt0.o and libc.a were both BSD on FreeBSD. So, to the extent that we currently use the gcc/gpl+exception libraries, is it a reasonable proposition to supply versions of our own, or would they necessarily be a derivative work of GCC simply because only gcc requires those particular runtime libraries? Cheers, Andrew