mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-11 22:16:06 +00:00
build also polly
This commit is contained in:
parent
96c5c52185
commit
ef5429cc82
5
debian/rules
vendored
5
debian/rules
vendored
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user