mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 13:28:35 +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; \
|
rm lldb; \
|
||||||
fi; \
|
fi; \
|
||||||
ln -s ../lldb .; \
|
ln -s ../lldb .; \
|
||||||
|
if test -h polly; then \
|
||||||
|
rm polly; \
|
||||||
|
fi; \
|
||||||
|
ln -s ../polly .; \
|
||||||
|
|
||||||
|
|
||||||
cd projects/ && \
|
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) \
|
--with-ocaml-libdir=/usr/lib/ocaml/llvm-$(LLVM_VERSION) \
|
||||||
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
|
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
|
||||||
--with-binutils-include=/usr/include \
|
--with-binutils-include=/usr/include \
|
||||||
|
--with-cloog --with-isl \
|
||||||
--with-bug-report-url=http://bugs.debian.org/ \
|
--with-bug-report-url=http://bugs.debian.org/ \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
CLANG_VENDOR=Debian || { cat config.log; exit 1; }
|
CLANG_VENDOR=Debian || { cat config.log; exit 1; }
|
||||||
|
Loading…
Reference in New Issue
Block a user