build also polly

This commit is contained in:
Sylvestre Ledru 2013-01-23 15:52:59 +00:00
parent 96c5c52185
commit ef5429cc82

5
debian/rules vendored
View File

@ -59,6 +59,10 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
rm lldb; \
fi; \
ln -s ../lldb .; \
if test -h polly; then \
rm polly; \
fi; \
ln -s ../polly .; \
cd projects/ && \
@ -82,6 +86,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
--with-ocaml-libdir=/usr/lib/ocaml/llvm-$(LLVM_VERSION) \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--with-binutils-include=/usr/include \
--with-cloog --with-isl \
--with-bug-report-url=http://bugs.debian.org/ \
--enable-shared \
CLANG_VENDOR=Debian || { cat config.log; exit 1; }