From owner-freebsd-current@FreeBSD.ORG Sat Feb 23 22:55:50 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6805D1D9 for ; Sat, 23 Feb 2013 22:55:50 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 2711591F for ; Sat, 23 Feb 2013 22:55:49 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a] (spaceball.andric.com [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 36CEF5C43 for ; Sat, 23 Feb 2013 23:55:49 +0100 (CET) Message-ID: <512948FA.1020409@andric.com> Date: Sat, 23 Feb 2013 23:55:54 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: freebsd-current Subject: Re: r245741 (clang as cc) can not build binaries for GEODE processor References: <108875110.20130222104603@serebryakov.spb.ru> <51277EFE.4000703@andric.com> <15917508.20130222194954@serebryakov.spb.ru> <5127997A.2000901@andric.com> <20130222221750.GB55866@funkthat.com> In-Reply-To: <20130222221750.GB55866@funkthat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 23 Feb 2013 22:55:50 -0000 On 2013-02-22 23:17, John-Mark Gurney wrote: ... > Clang is broken when compiling for pre-PPro machines... it compiles > include the cmov instruction. I sent email to -current about this > earlier this month in: > Subject: -current broken on pre-PPro machines (w/ work around) > > http://www.freebsd.org/cgi/mid.cgi?20130201170737.GP1410@funkthat.com > > The work around is to use gcc which will not emit the cmov instructions... Meanwhile, upstream fixed this, and I have just imported the fix in r247205. I hope all issues with pre-PPro machines are now solved. Can you please try to verify it? I do not have access to such hardware.