From owner-freebsd-stable@FreeBSD.ORG Sat Mar 22 15:02:29 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75857F71 for ; Sat, 22 Mar 2014 15:02:29 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 556056C2 for ; Sat, 22 Mar 2014 15:02:29 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WRNRM-0005Aw-Js for freebsd-stable@freebsd.org; Sat, 22 Mar 2014 08:02:28 -0700 Date: Sat, 22 Mar 2014 08:02:28 -0700 (PDT) From: Jakub Lach To: freebsd-stable@freebsd.org Message-ID: <1395500548609-5896580.post@n5.nabble.com> In-Reply-To: References: <0E7E81A1-54E9-4920-A360-005A1C0C4D47@FreeBSD.org> <1395476852973-5896505.post@n5.nabble.com> <76A1AA7F-E526-4481-B04D-0405D3090D93@FreeBSD.org> <1395489997493-5896543.post@n5.nabble.com> Subject: Re: HEADS UP: merged llvm/clang 3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 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, 22 Mar 2014 15:02:29 -0000 I'm now testing with CPUTYPE?=core2 which translates to -march=core2, however I would like to emphasize, that previously it was set as native, I was not forcing (faulty?) penryn march. It should just autodetect CPU features (at least that was how GCC worked iirc- it used multiple flags for all features detected, not a single march)? ... core2 fails the same way, now I will try sans CPUTYPE. -- View this message in context: http://freebsd.1045724.n5.nabble.com/HEADS-UP-merged-llvm-clang-3-4-tp5896349p5896580.html Sent from the freebsd-stable mailing list archive at Nabble.com.