Added options needed for 'gold'; adjusted the lists of files

This commit is contained in:
Eugene Shatokhin 2014-09-09 20:35:32 +04:00
parent 8a8092980f
commit 92f462c537

View file

@ -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