On 10.0, Clang is not accepted as compiler
Steve Kargl
sgk at troutmask.apl.washington.edu
Tue Mar 26 02:47:47 UTC 2013
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
More information about the freebsd-current
mailing list