mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-11 03:53:42 +00:00
Disable polly on s390x
This commit is contained in:
parent
bfbceeb386
commit
e2c6557046
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user