Disable polly on powerpcspe

This commit is contained in:
John Paul Adrian Glaubitz 2018-08-21 23:51:35 +02:00
parent 8c47ef9c85
commit 83180e554b
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <glaubitz@physik.fu-berlin.de> Tue, 21 Aug 2018 23:50:12 +0200

2
debian/rules vendored
View File

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