From owner-freebsd-current@FreeBSD.ORG Sun Mar 14 04:12:21 2004 Return-Path: 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 1318516A4CF for ; Sun, 14 Mar 2004 04:12:21 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id CAF8543D1F for ; Sun, 14 Mar 2004 04:12:20 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 25604 invoked by uid 1002); 14 Mar 2004 12:12:16 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 14 Mar 2004 12:12:16 -0000 Message-ID: <40544B54.80203@freebsd.org> Date: Sun, 14 Mar 2004 05:08:52 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <20040313123024.4e899294@Magellan.Leidinger.net> <20040313192530.36dd3e16@Magellan.Leidinger.net> In-Reply-To: <20040313192530.36dd3e16@Magellan.Leidinger.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: Jun Su Subject: Re: semi HEADS UP: icc support committed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 14 Mar 2004 12:12:21 -0000 Alexander Leidinger wrote: > On Sat, 13 Mar 2004 22:34:01 +0800 > "Jun Su" wrote: > > >>>Tom Rhodes committed my icc patches. This should have no impact on >>>compiles with gcc, but allows to compile the kernel with Intels C/C++ >>>compiler. >>> >> >>Any plan to setup a icc-tinerbox? It should be helpful to find out more >>problem in the code as you mentioned before. > > > It's only the kernel, the world isn't instrumented with icc support. If > our tinderbox maintainer is willing to add a icc-kernel only one, it's > not a problem. But AFAIK the tinderbox is fully utilized, so I don't > know if it is able to handle the additional load. > > As the FreeBSD project has a commercial icc license, we would also be > able to distribute icc compiled kernels, if someone is adventurous > enough to test such a beast (I have a icc kernel running on a test box, > it survives a complete ports build)... > Even though the project has a license to distribute icc-derived binaries, I can't see us doing it in a general case. For one, it would significantly complicate the release scripts, since those expect to find everything in CVS. Second, users would not be able to recompile their kernels using icc, taking away the key benefit of open source. It might be interesting to provide an icc-compiled GENERIC that is available via web or ftp. Maybe one day we could even have a web applet that compiled custom kernels. Scott