From 92f462c537c4b0ab7696f2d85ce9c69b17183a09 Mon Sep 17 00:00:00 2001 From: Eugene Shatokhin Date: Tue, 9 Sep 2014 20:35:32 +0400 Subject: [PATCH] Added options needed for 'gold'; adjusted the lists of files --- llvm.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/llvm.spec b/llvm.spec index a565a17..90a0e0b 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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