From owner-freebsd-stable@FreeBSD.ORG Sat Dec 29 14:35:01 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25DEABCC for ; Sat, 29 Dec 2012 14:35:01 +0000 (UTC) (envelope-from lists@internecto.net) Received: from mx1.internecto.net (polaris.internecto.net [176.9.245.29]) by mx1.freebsd.org (Postfix) with ESMTP id C7FF78FC0A for ; Sat, 29 Dec 2012 14:35:00 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mx1.internecto.net (Postfix) with ESMTP id 82EBA340003 for ; Sat, 29 Dec 2012 14:34:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.internecto.net Received: from mx1.internecto.net ([127.0.0.1]) by localhost (mail.polaris.internecto.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l98z3Q2dXTWt for ; Sat, 29 Dec 2012 14:34:51 +0000 (UTC) Received: from [192.168.2.10] (unknown [172.17.37.136]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lists@internecto.net) by mx1.internecto.net (Postfix) with ESMTPSA id 9D9E5340002 for ; Sat, 29 Dec 2012 14:34:51 +0000 (UTC) Message-ID: <50DEFF85.3030103@internecto.net> Date: Sat, 29 Dec 2012 15:34:45 +0100 From: Mark van Dijk User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: FreeBSD 9 (amd64) buildworld stage 4.2 fails with clang: unknown target cpu i686 References: <50DED9BA.1000400@internecto.net> In-Reply-To: <50DED9BA.1000400@internecto.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 14:35:01 -0000 On 29-12-12 12:53, Mark van Dijk wrote: > I suspect that the error is caused by -march=native, my CPU is an Intel > Core i5. Looks like I was correct. CPUTYPE?=core2 will build world fine so perhaps 'native' does not know about my processor yet. Apparently it falls back to assuming it's a i686. Mark