mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 06:53:50 +00:00
Fix polly checks
This commit is contained in:
parent
904f8cdfb8
commit
e213b377c7
5
debian/rules
vendored
5
debian/rules
vendored
@ -77,8 +77,9 @@ endif
|
||||
endif
|
||||
|
||||
# Enable polly (or not)
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), powerpc))
|
||||
POLLY_ENABLE=yes
|
||||
POLLY_ENABLE=yes
|
||||
ifeq (,$(filter-out $(DEB_HOST_ARCH), powerpc s390x))
|
||||
POLLY_ENABLE=no
|
||||
endif
|
||||
|
||||
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
||||
|
Loading…
Reference in New Issue
Block a user