Date: Mon, 25 Mar 2013 19:47:41 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Super Bisquit <superbisquit@gmail.com> Cc: Johan Hendriks <joh.hendriks@gmail.com>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: On 10.0, Clang is not accepted as compiler Message-ID: <20130326024741.GA56445@troutmask.apl.washington.edu> In-Reply-To: <CA%2BWntOuHVYsaBN9w4WNfyXEuBMAiXfdsNHQ%2BOiJcc2iXBmmpzQ@mail.gmail.com> References: <CA%2BWntOs71bJfqDSb2YT%2BkWEbPwJ0QpQRJEMxyuvrb6hdV8WofA@mail.gmail.com> <515016C2.1020201@gmail.com> <CA%2BWntOuHVYsaBN9w4WNfyXEuBMAiXfdsNHQ%2BOiJcc2iXBmmpzQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130326024741.GA56445>