From e2c6557046e87b6e9ace9dea0b581461b097d891 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 7 Mar 2016 10:01:43 +0000 Subject: [PATCH] Disable polly on s390x --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ff107d78..fb9ffc4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-3.8 (1:3.8-2) UNRELEASED; urgency=medium + + * Disable polly on s390x. + + -- Gianfranco Costamagna Mon, 07 Mar 2016 10:56:05 +0100 + llvm-toolchain-3.8 (1:3.8-1) unstable; urgency=medium * New upstream release diff --git a/debian/rules b/debian/rules index 15bce969..0ca78449 100755 --- a/debian/rules +++ b/debian/rules @@ -77,7 +77,7 @@ endif endif # Enable polly (or not) -ifeq (,$(filter $(DEB_HOST_ARCH), powerpc)) +ifeq (,$(filter $(DEB_HOST_ARCH), powerpc s390x)) POLLY_ENABLE=yes endif