From owner-freebsd-current@freebsd.org Sat Dec 9 03:57:14 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B792BE9CC02 for ; Sat, 9 Dec 2017 03:57:14 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 855E573820 for ; Sat, 9 Dec 2017 03:57:14 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1512791826; bh=V9mWPK/rbEn7GGQzrDDxo96w3e2BcOfWYAiJCPg WcYE=; b=cjNAtXSvopLK5IkyRVictugFz/ckjx4OlI7giTs9Gz8Kh615Q6TcODj O2D91Ywc2chIJCqSpy0vPf4OhwN/yiJ4oORzR+YYmg5ZeJCmVM+rIGL/Euj7CykM r5LQOuOsS8d/vLR9e6BGF1rquZ98HVyl6QrRIoTg1Ur9js5sfQ0Y= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 39E6D7C14 for ; Fri, 8 Dec 2017 22:57:06 -0500 (EST) To: FreeBSD Current From: Michael Butler Subject: reducing build times; selecting specific clang targets Message-ID: <4ff42e67-c045-4255-a96a-bcd3fb8d116c@protected-networks.net> Date: Fri, 8 Dec 2017 22:57:06 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 09 Dec 2017 03:57:14 -0000 As clang builds for multiple targets unconditionally, it takes *days* to build on one of my devices (700MHz Pentium-3). Is there a way to restrict the build targets to i386 only? If not, can we implement one? imb