Comment 1 for bug 1532716

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

# Enable polly (or not)
POLLY_ENABLE=yes
POLLY_DISABLE_ARCHS := s390x powerpc
# disable POLLY on some architectures
ifeq (,$(filter-out $(POLLY_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
# Disable POLLY for this arch.
                POLLY_ENABLE=no
endif

this should disable it, unfortunately I can't test on s390x and powerpc the fix.