mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 12:48:45 +00:00
Fix polly checks
This commit is contained in:
parent
904f8cdfb8
commit
e213b377c7
3
debian/rules
vendored
3
debian/rules
vendored
@ -77,8 +77,9 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Enable polly (or not)
|
# 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
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
||||||
|
Loading…
Reference in New Issue
Block a user