mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 00:32:49 +00:00
Added options needed for 'gold'; adjusted the lists of files
This commit is contained in:
parent
8a8092980f
commit
92f462c537
1 changed files with 1 additions and 6 deletions
|
@ -245,12 +245,6 @@ short vector instructions as well as dedicated accelerators.
|
|||
|
||||
%files polly-devel
|
||||
%{_includedir}/polly
|
||||
%{_libdir}/llvm/libpollyanalysis.a
|
||||
%{_libdir}/llvm/libpollycodegen.a
|
||||
%{_libdir}/llvm/libpollyexchange.a
|
||||
%{_libdir}/llvm/libpollyjson.a
|
||||
%{_libdir}/llvm/libpollysupport.a
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with clang}
|
||||
|
@ -425,6 +419,7 @@ export CXX=%__cxx
|
|||
--enable-threads \
|
||||
--with-cloog=%{_prefix} \
|
||||
--with-isl=%{_prefix} \
|
||||
--with-binutils-include=%{_includedir} \
|
||||
%if %{compile_apidox}
|
||||
--enable-doxygen
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue