search for: cfg_have_sse

Displaying 1 result from an estimated 1 matches for "cfg_have_sse".

2006 Dec 17
1
[LLVMdev] Building Qt with LLVM
...So, we just force "sse=no": --- configure 2006-11-27 20:26:42.000000000 +0300 +++ configure 2006-12-15 02:02:36.669912494 +0300 @@ -2144,12 +2144,7 @@ fi fi -# detect sse support -if "$unixtests/sse.test" "$TEST_COMPILER" "$OPT_VERBOSE"; then - CFG_HAVE_SSE=no -else - CFG_HAVE_SSE=yes -fi +CFG_HAVE_SSE=no # check iwmmxt support if [ "$CFG_IWMMXT" = "yes" ]; then I've configured Qt with -no-exceptions -no-stl -static. I haven't tried shared built yet. Probably, enabling exception will break the build, since llvm-gcc4...