Disable OpenMP on m68k

This commit is contained in:
John Paul Adrian Glaubitz 2021-04-23 11:24:51 +02:00
parent de866f8591
commit 70d189d8f0
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-snapshot (1:13~++20210418105309+a0898f0cecc7-1~exp2) UNRELEASED; urgency=medium
[ John Paul Adrian Glaubitz ]
* Disable OpenMP on m68k
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 23 Apr 2021 11:23:52 +0200
llvm-toolchain-snapshot (1:13~++20210418105309+a0898f0cecc7-1~exp1) experimental; urgency=medium
[ Sylvestre Ledru ]

2
debian/rules vendored
View File

@ -185,7 +185,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), m68k mips mipsel powerpc powerpcspe riscv64 sparc64 s390x x32))
OPENMP_ENABLE=no
else
PROJECTS+=;openmp