# Enable polly (or not)
POLLY_ENABLE=yes
POLLY_DISABLE_ARCHS := s390x powerpc
# disable POLLY on some architectures
ifeq (,$(filter-out $(POLLY_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
# Disable POLLY for this arch.
                POLLY_ENABLE=no
endif


this should disable it, unfortunately I can't test on s390x and powerpc the fix.

** Changed in: llvm-toolchain-3.7 (Ubuntu)
     Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco)

** Changed in: llvm-toolchain-3.7 (Ubuntu)
   Importance: Undecided => High

** Changed in: llvm-toolchain-3.7 (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1532716

Title:
   llvm-toolchain-3.7 FTBFS on powerpc and s390x [SRU]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.7/+bug/1532716/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to