summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-07 17:48:35 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-08 15:43:50 +0300
commit914d72eae66a18534ef39d3eeb9723eb11e26a7c (patch)
tree3c44b69c484f9de17d8ccb21ca9347027e630507
parent18583eaa2c6fa769ce80605422fa10a60d353af7 (diff)
downloadllvm-toolchain-8-914d72eae66a18534ef39d3eeb9723eb11e26a7c.tar.gz
Disable OpenMP on Dyson (unportable)
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 4935daf..a828c0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -169,7 +169,7 @@ endif
# Enable openmp (or not)
OPENMP_ENABLE=yes
-ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel powerpc powerpcspe riscv64 sparc64 s390x x32))
+ifneq (,$(filter $(DEB_HOST_ARCH), illumos-amd64 mips mipsel powerpc powerpcspe riscv64 sparc64 s390x x32))
OPENMP_ENABLE=no
endif