From owner-freebsd-current@FreeBSD.ORG Tue Mar 26 02:47:47 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 86E0B2F5 for ; Tue, 26 Mar 2013 02:47:47 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 6A412154 for ; Tue, 26 Mar 2013 02:47:47 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r2Q2lfC0056489; Mon, 25 Mar 2013 19:47:41 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r2Q2lfIG056488; Mon, 25 Mar 2013 19:47:41 -0700 (PDT) (envelope-from sgk) Date: Mon, 25 Mar 2013 19:47:41 -0700 From: Steve Kargl To: Super Bisquit Subject: Re: On 10.0, Clang is not accepted as compiler Message-ID: <20130326024741.GA56445@troutmask.apl.washington.edu> References: <515016C2.1020201@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Johan Hendriks , freebsd-current 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, 26 Mar 2013 02:47:47 -0000 On Mon, Mar 25, 2013 at 10:06:45PM -0400, Super Bisquit wrote: > In file included from tools/qsimd.cpp:42: > In file included from tools/qsimd_p.h:203: > In file included from /usr/include/clang/3.2/mm3dnow.h:27: > /usr/include/clang/3.2/mmintrin.h:28:2: error: "MMX instruction set not enabled" > #error "MMX instruction set not enabled" > ^ You either need to explicitly set CPUTYPE in make.conf to your specific cpu or recompile everything (and I mean everything on the system) with gcc. -- Steve