From owner-freebsd-stable@FreeBSD.ORG Fri Nov 23 09:03:18 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A053789 for ; Fri, 23 Nov 2012 09:03:18 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id E751D8FC08 for ; Fri, 23 Nov 2012 09:03:17 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so8290343iec.13 for ; Fri, 23 Nov 2012 01:03:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=V7Qn1C0vj09SRqWY1WlsewPuFiUjnU8kphq9NQ9J8AU=; b=DMoLyaIiIeyUJ9FQDdALf8pEE6PS0TCijUuU+O7uKc/1Myl0gWjT1eKPk36F5Zhv5c ENPUN6l8rQ08N8ioQVePdhKRnkbqdUcWPGQ7QWl+m6nOsW37yefD444Z22ukvJlzxyU5 krRvUI3N+MEk5TsXgpYWROka/Aao2XoC3mxvt40LGNFkY/VNvbqTGc6X1izVsAxqqmdm SV74q3l8+VzdmPbLVQubSXlWX+Za3QP8kLrkOIHc+YrYcmojpJFPAPKNBtxrnBTMTsWw T0c1qqz5AMDktbj/2IcGZ7qRjjSITxfCrIP/NsRHS3Gb94K4IgGzzHw44yuLm7NLnCRo qE4w== Received: by 10.50.208.99 with SMTP id md3mr2849823igc.67.1353661397503; Fri, 23 Nov 2012 01:03:17 -0800 (PST) Received: from [192.168.1.132] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id as6sm3950337igc.8.2012.11.23.01.03.15 (version=SSLv3 cipher=OTHER); Fri, 23 Nov 2012 01:03:16 -0800 (PST) Message-ID: <50AF3BD1.4040504@gmail.com> Date: Fri, 23 Nov 2012 11:03:13 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14 MIME-Version: 1.0 To: Beeblebrox Subject: Re: Latest for buildworld + clang + ccache References: <1353661163520-5763430.post@n5.nabble.com> In-Reply-To: <1353661163520-5763430.post@n5.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 09:03:18 -0000 23.11.2012 10:59, Beeblebrox: > 9.1-PRERELEASE #2 r242867: When will buildworld + clang + ccache be > functional? > I think I read somewhere that buildworld + clang - ccache was working fine > now. Any info on date ccache will work with clang and when to try? Define CCACHE_CPP2 as otherwise clang will yell at ccache trying to compile precompiled source with extra flags. This breaks libtool and a some other autoconf tests. Care to not specify CCACHE_CPP2 for virtualbox and friends. > Also, clang users - do you see any speed advantage for kernel / world / > ports built with clang? Builds faster. -- Sphinx of black quartz, judge my vow.