compiler-rt: fix build

This commit is contained in:
Dave Airlie 2016-10-26 09:58:55 +10:00
parent fcb9bc0362
commit 0eef7c3a9d
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ cd _build
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DLLVM_CONFIG_PATH:FILEPATH=%{_bindir}/llvm-config-%{__isa_bits} \
\
%if 0%{?__isa_bits} == 64
-DLLVM_LIBDIR_SUFFIX=64 \
%else
-DLLVM_LIBDIR_SUFFIX= \
%endif
-DCOMPILER_RT_INCLUDE_TESTS:BOOL=OFF # could be on?
make %{?_smp_mflags}