From owner-freebsd-hackers@FreeBSD.ORG Mon May 3 11:03:41 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A1F4106566C; Mon, 3 May 2010 11:03:41 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 4BCB98FC1E; Mon, 3 May 2010 11:03:41 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:c169:4f32:a5e4:69a5] (unknown [IPv6:2001:7b8:3a7:0:c169:4f32:a5e4:69a5]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 618685C59; Mon, 3 May 2010 12:44:49 +0200 (CEST) Message-ID: <4BDEA926.4030900@andric.com> Date: Mon, 03 May 2010 12:44:54 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.5pre) Gecko/20100430 Lanikai/3.1pre MIME-Version: 1.0 To: =?UTF-8?B?IkMuIEJlcmdzdHLDtm0i?= References: <4BDD28E2.8010201@rawbw.com> <20100503092213.GA1294@straylight.m.ringlet.net> <4BDEA78F.90303@pathscale.com> In-Reply-To: <4BDEA78F.90303@pathscale.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: =?UTF-8?B?dXMgTW9ya8WrbmFz?= , freebsd-hackers@freebsd.org, =?UTF-8?B?QW5kcmk=?=, freebsd-ports@freebsd.org, yuri@rawbw.com Subject: Re: GSoC: Making ports work with clang 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: Mon, 03 May 2010 11:03:41 -0000 On 2010-05-03 12:38, "C. Bergstr=C3=B6m" wrote: > What's really the goal here? What problem are you working to solve? =20 > May I humbly say that building software with a different compiler in=20 > itself doesn't really accomplish anything. Of course it does. It forces you to make your software portable.