diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-07 17:48:35 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-08 15:43:50 +0300 |
commit | 914d72eae66a18534ef39d3eeb9723eb11e26a7c (patch) | |
tree | 3c44b69c484f9de17d8ccb21ca9347027e630507 | |
parent | 18583eaa2c6fa769ce80605422fa10a60d353af7 (diff) | |
download | llvm-toolchain-8-914d72eae66a18534ef39d3eeb9723eb11e26a7c.tar.gz |
Disable OpenMP on Dyson (unportable)
-rwxr-xr-x | debian/rules | 2 |
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 |