From owner-freebsd-arch@FreeBSD.ORG Wed Sep 27 22:27:28 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5024F16A403 for ; Wed, 27 Sep 2006 22:27:28 +0000 (UTC) (envelope-from verm@kawaii.mahou.org) Received: from kawaii.mahou.org (kawaii.mahou.org [209.67.221.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7539E43D5C for ; Wed, 27 Sep 2006 22:27:27 +0000 (GMT) (envelope-from verm@kawaii.mahou.org) Received: from kawaii.mahou.org (localhost.mahou.org [127.0.0.1]) by kawaii.mahou.org (8.13.4/8.13.1) with ESMTP id k8RMRZKf047284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 27 Sep 2006 17:27:35 -0500 (CDT) (envelope-from verm@kawaii.mahou.org) Received: (from verm@localhost) by kawaii.mahou.org (8.13.4/8.13.1/Submit) id k8RMRZZX047283 for freebsd-arch@freebsd.org; Wed, 27 Sep 2006 17:27:35 -0500 (CDT) (envelope-from verm) Date: Wed, 27 Sep 2006 17:27:35 -0500 From: Amar Takhar To: freebsd-arch@freebsd.org Message-ID: <20060927222735.GA47145@darkbeer.org> Mail-Followup-To: freebsd-arch@freebsd.org References: <29073890609261304o777fd0fajecf43d10fc181177@mail.gmail.com> <20060927101733.pejhm56h0ks4cssk@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060927101733.pejhm56h0ks4cssk@webmail.leidinger.net> Subject: Re: Compiling kernel and userland with Intel C Compiler X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 22:27:28 -0000 On 2006-09-27 10:17 +0200, Alexander Leidinger wrote: > Quoting Ivo Vachkov (from Wed, 27 Sep 2006 > 10:14:34 +0300): > > >And what abot TenDRA compiler ??? > > AFAIK nobody is working on it. Feel free to do the work. It's more > easy now, you just have to have a look at cdefs.h and add tendra in > some places. You don't have to search the source for all the #ifdef > gcc stuff anymore. Then you just have to augment the bsd.*.mk with the > right compiler switches if they differ from gcc. Oh, we're working on it (http://www.ten15.org/) things have slown down the last couple of years. (we started 4 years ago) Our future goal is still being the base compiler for *BSD. If anyone is interested in helping feel free to drop me a line there's plenty of work to do. At some point -- hopefully soon(ish) (note: probably months but with our current manpower) we'll be releasing TenDRA 5.0.0 which has a lot of structural changes put in place to make things easier for meeting our goal. I'm sure that will peak a lot of interest with us being so busy in Real Life progress is slow but it's happening. Amar.