From owner-freebsd-current@FreeBSD.ORG Fri Feb 22 15:46:19 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B1A3911F for ; Fri, 22 Feb 2013 15:46:19 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id 5A82587B for ; Fri, 22 Feb 2013 15:46:19 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:509e:5349:4e7a:bf0a]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id 8E1894AC57; Fri, 22 Feb 2013 19:46:16 +0400 (MSK) Date: Fri, 22 Feb 2013 19:46:10 +0400 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <1079015997.20130222194610@serebryakov.spb.ru> To: Patrick Lamaiziere Subject: Re: r245741 (clang as cc) can not build binaries for GEODE processor In-Reply-To: <20130222142623.389445fe@mr129166> References: <108875110.20130222104603@serebryakov.spb.ru> <1812992178.20130222164558@serebryakov.spb.ru> <20130222142623.389445fe@mr129166> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2013 15:46:19 -0000 Hello, Patrick. You wrote 22 =D1=84=D0=B5=D0=B2=D1=80=D0=B0=D0=BB=D1=8F 2013 =D0=B3., 17:26= :23: >> It is latter, but IMHO, _without_ any CPUTYPE set, system compiler >> should generate generic enough binaries to run on all supported CPUs >> of target platform (i386 in this case). PL> Clang should work now if march=3Dgeode (see: PL> http://llvm.org/bugs/show_bug.cgi?id=3D11212 ) It is why SYSTEM, which is built with this option, works. But ports, built for "generic i386" doesn't :( PL> But I agree that by default on i386, the code should work on PL> i386... Looks like this is not true anymore (>=3D i686 ?). geode is fully i586 compatible, AFAIK, so yes, it looks like >=3D i686 :( --=20 // Black Lion AKA Lev Serebryakov