From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 1 01:57:32 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 082DF16A494 for ; Sat, 1 Jul 2006 01:57:32 +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 80AC343D45 for ; Sat, 1 Jul 2006 01:57:31 +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 k611vKlB005857; Fri, 30 Jun 2006 18:57:20 -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 k611vJ6Y005856; Fri, 30 Jun 2006 18:57:19 -0700 (PDT) (envelope-from sgk) Date: Fri, 30 Jun 2006 18:57:19 -0700 From: Steve Kargl To: Jean-Marc Lienher Message-ID: <20060701015719.GA5842@troutmask.apl.washington.edu> References: <000f01c69ca5$02fa8ff0$6400a8c0@s2003> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c69ca5$02fa8ff0$6400a8c0@s2003> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: Alternative compiler toolchain ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 01:57:32 -0000 On Sat, Jul 01, 2006 at 02:26:35AM +0200, Jean-Marc Lienher wrote: > > After a (too?) quick look at the FreeBSD source code, I've seen that > the GNU compiler toolchain was used to compile the kernel and other > part of the OS. > > I would like to know if there is another compiler toolchain > (C compiler, assembler and linker) which is able to build the i386 > FreeBSD and which is released under the BSD, MIT or any other > non-viral license ? The only thing that might come close to your criteria is ten15. -- Steve