From owner-freebsd-ppc@freebsd.org Fri Dec 27 09:09:48 2019 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 935FD1E8130 for ; Fri, 27 Dec 2019 09:09:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47kgy43SRJz3Plg for ; Fri, 27 Dec 2019 09:09:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 74D081E812F; Fri, 27 Dec 2019 09:09:48 +0000 (UTC) Delivered-To: ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 749C11E812E for ; Fri, 27 Dec 2019 09:09:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47kgy42Xpkz3Plf; Fri, 27 Dec 2019 09:09:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 367991F216; Fri, 27 Dec 2019 09:09:48 +0000 (UTC) Date: Fri, 27 Dec 2019 09:09:48 +0000 From: Alexey Dokuchaev To: Justin Hibbits Cc: ppc@freebsd.org Subject: Re: PowerPC clang announcement Message-ID: <20191227090948.GA6618@FreeBSD.org> References: <20191226223958.3074c330@titan.knownspace> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191226223958.3074c330@titan.knownspace> User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2019 09:09:48 -0000 On Thu, Dec 26, 2019 at 10:39:58PM -0600, Justin Hibbits wrote: > Hello all PowerPC users, > > As of r356113 (__FreeBSD_Version 1300070) Clang is now the default > compiler for all PowerPC targets. Thanks. I wonder how long would it take to ``make world'' now on my Mac mini G4 and if 1G RAM would be sufficient (as I build in tmpfs). ./danfe