diff --git a/debian/changelog b/debian/changelog index c3121cdc..ba661104 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ llvm-toolchain-7 (1:7~+rc1-1~exp4) UNRELEASED; urgency=medium [ John Paul Adrian Glaubitz ] * Don't build with ld.gold on powerpcspe + * Disable polly on powerpcspe -- John Paul Adrian Glaubitz Tue, 21 Aug 2018 23:50:12 +0200 diff --git a/debian/rules b/debian/rules index 7cd4fe5a..b45080cc 100755 --- a/debian/rules +++ b/debian/rules @@ -107,7 +107,7 @@ endif # Enable polly (or not) POLLY_ENABLE=yes -ifeq (,$(filter-out $(DEB_HOST_ARCH), powerpc s390x)) +ifeq (,$(filter-out $(DEB_HOST_ARCH), powerpc powerpcspe s390x)) POLLY_ENABLE=no endif