From owner-freebsd-ports@FreeBSD.ORG Thu Dec 18 01:18:00 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFDC46E3; Thu, 18 Dec 2014 01:17:59 +0000 (UTC) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B82FC1C9D; Thu, 18 Dec 2014 01:17:59 +0000 (UTC) Received: by mail-ig0-f173.google.com with SMTP id r2so99542igi.0; Wed, 17 Dec 2014 17:17:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cagQMYQIqcr7b0Mp3glfGwKql8LZ/o4hO9BdjKX7R3c=; b=k+Iry73QsxfJ/bQM1pFp1Vl7/yKVtZK5kR/gonwCmIID0VGjskWWI0lRbeGUlRY3q9 Da5O/n+XXeR/UgqxeQEAdls786sNKNMT5yEFi1jKLB22YxCCMnHy06Gk+YtqrsCy+fNe Ikq/kGlZZEhNUkqfHfdll4VjTlQG1ZHiuuTVB8KkpMT3Yq1lS75vuPRTQDj9uJ8P1nbZ XrCYvIpWXKS05R4Ses2IrI0KIl5nr9LkHXrWNUr8YJx+J4AEbk0eVzGhVzt1z9dr6ARn LPUPTZlWbzzN7Bz+1wSMK8eV5TAdGYiQ9kBvhdHnWwXZiKBJt/H1LvpBat+es2DsIPxR GC2w== MIME-Version: 1.0 X-Received: by 10.107.18.208 with SMTP id 77mr43391288ios.57.1418865479115; Wed, 17 Dec 2014 17:17:59 -0800 (PST) Received: by 10.50.4.170 with HTTP; Wed, 17 Dec 2014 17:17:59 -0800 (PST) In-Reply-To: <8598B1D4-5485-426F-B6D6-22BF26AC5FE1@FreeBSD.org> References: <8598B1D4-5485-426F-B6D6-22BF26AC5FE1@FreeBSD.org> Date: Wed, 17 Dec 2014 17:17:59 -0800 Message-ID: Subject: Re: RFT: Please help testing the llvm/clang 3.5.0 import From: NGie Cooper To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD ARM , FreeBSD-Current , FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 01:18:00 -0000 On Fri, Nov 28, 2014 at 1:03 PM, Dimitry Andric wrote: > Hi, ... Hi Dimitry, As a request to speed up the build process further, - Would it be [easily] possible in the clang35 branch to bootstrap the compiler for a specific architecture? The bootstrap / cross compiler for instance always builds N targets instead of building just the desired TARGET/TARGET_ARCH combo. - Could a "MK_CLANG_ALL_TARGETS" or something similar option be added to src.opts.mk to fine tune this process for those of us who don't want to build a cross-compile toolchain every iteration for our target MACHINE/MACHINE_ARCH? I made a lot of progress on my faster-build branch ( https://github.com/yaneurabeya/freebsd/tree/faster-build ), but got mired down in the minutiae of how this needs to be implemented (it worked up until I ran make tinderbox, of course :)..), and had to work on other things... Thanks!