Disable polly on s390x

This commit is contained in:
Gianfranco Costamagna 2016-03-07 10:01:43 +00:00
parent bfbceeb386
commit e2c6557046
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-3.8 (1:3.8-2) UNRELEASED; urgency=medium
* Disable polly on s390x.
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 07 Mar 2016 10:56:05 +0100
llvm-toolchain-3.8 (1:3.8-1) unstable; urgency=medium
* New upstream release

2
debian/rules vendored
View File

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