From owner-freebsd-current@FreeBSD.ORG Tue Nov 6 13:26:54 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA4F6867; Tue, 6 Nov 2012 13:26:54 +0000 (UTC) (envelope-from fabien.thomas@netasq.com) Received: from work.netasq.com (gwlille.netasq.com [91.212.116.1]) by mx1.freebsd.org (Postfix) with ESMTP id 8B2958FC14; Tue, 6 Nov 2012 13:26:52 +0000 (UTC) Received: from [10.2.1.1] (unknown [10.2.1.1]) by work.netasq.com (Postfix) with ESMTPSA id 1A8AD2705574; Tue, 6 Nov 2012 14:26:52 +0100 (CET) Subject: Re: HEADS UP: Clang now the default on x86 Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=iso-8859-1 From: Fabien Thomas In-Reply-To: <20121105195233.GG92218@lor.one-eyed-alien.net> Date: Tue, 6 Nov 2012 14:26:51 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20121105195233.GG92218@lor.one-eyed-alien.net> To: Brooks Davis X-Mailer: Apple Mail (2.1283) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 06 Nov 2012 13:26:54 -0000 Le 5 nov. 2012 =E0 20:52, Brooks Davis a =E9crit : > I've made clang the default on x86 systems. There will probably be a > few bumps as we work out the last kinks including a ABI issue for i386 > system libraries, but the transition is expected to be fairly smooth = for > most users. >=20 > Please report problems on freebsd-current or freebsd-toolchain. Great to see that happening! I've started rebuilding in a VM with 1Gb memory and buildworld failed = because no memory was available for the compiler (c++). It seems that Clang use = a lot more memory? Do you have a minimum required memory size to finish a buildworld = (amd64). Fabien