From owner-svn-src-projects@FreeBSD.ORG Fri May 14 18:02:13 2010 Return-Path: Delivered-To: svn-src-projects@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36D8B106567B; Fri, 14 May 2010 18:02:13 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id E275C8FC15; Fri, 14 May 2010 18:02:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 821759CB0DC; Fri, 14 May 2010 19:59:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id quQB28jEBfU6; Fri, 14 May 2010 19:59:08 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 52DF19CB140; Fri, 14 May 2010 19:59:08 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o4EHx8LF072797; Fri, 14 May 2010 19:59:08 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 14 May 2010 19:59:08 +0200 From: Roman Divacky To: Ed Schouten Message-ID: <20100514175908.GA72692@freebsd.org> References: <201005141800.o4EI0Lcj028860@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201005141800.o4EI0Lcj028860@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-projects@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r208085 - projects/clangbsd-import/share/mk X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2010 18:02:13 -0000 On Fri, May 14, 2010 at 06:00:21PM +0000, Ed Schouten wrote: > Author: ed > Date: Fri May 14 18:00:21 2010 > New Revision: 208085 > URL: http://svn.freebsd.org/changeset/base/208085 > > Log: > Enable Clang on PowerPC as well. > > Rumors are that it somewhat works, except for some bugs related to > varargs. By enabling it, I hope it invites people to look into these > issues. if someone feels like working on PPC varargs in clang please contact me. note that this should be like 50 lines of code or so