mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 23:18:16 +00:00
Disable polly on powerpcspe
This commit is contained in:
parent
8c47ef9c85
commit
83180e554b
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user