From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 19:00:21 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E398F1065675 for ; Fri, 11 Jun 2010 19:00:21 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 48CEE8FC1F for ; Fri, 11 Jun 2010 19:00:20 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-8-131.flashcable.ch [91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id o5BJ0A9I033459; Fri, 11 Jun 2010 21:00:11 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <4C1287BA.10801@fgznet.ch> Date: Fri, 11 Jun 2010 21:00:10 +0200 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: Ed Schouten References: <4C128548.8090505@fgznet.ch> <20100611185237.GL56080@hoeg.nl> In-Reply-To: <20100611185237.GL56080@hoeg.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: freebsd-current Subject: Re: How to disable CLANG & co build in buildworld? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 11 Jun 2010 19:00:22 -0000 Hi Ed, and all the others, On 11.06.10 20:52, Ed Schouten wrote: > * Andreas Tobler wrote: >> I have a sparc64 machine which is quite slow. And for my purpose I >> do not need CLANG etc. atm. > > Clang is not enabled on sparc64, so there is no need to disable > anything. If you do want to disable Clang on i386, amd64, pc98 or > powerpc, add WITHOUT_CLANG=yes to /etc/src.conf, as described in > src.conf(5). I must have missed this. Well it is not only sparc64, also powerpc(64). Thank you very much for the quick reply. Gruss, Andreas