Fix polly checks

This commit is contained in:
Gianfranco Costamagna 2016-03-07 12:45:14 +00:00
parent 904f8cdfb8
commit e213b377c7

5
debian/rules vendored
View File

@ -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)))