mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-03 09:54:41 +00:00
Disable OpenMP on m68k
This commit is contained in:
parent
de866f8591
commit
70d189d8f0
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
llvm-toolchain-snapshot (1:13~++20210418105309+a0898f0cecc7-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -185,7 +185,7 @@ endif
|
|||||||
|
|
||||||
# Enable openmp (or not)
|
# Enable openmp (or not)
|
||||||
OPENMP_ENABLE=yes
|
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
|
OPENMP_ENABLE=no
|
||||||
else
|
else
|
||||||
PROJECTS+=;openmp
|
PROJECTS+=;openmp
|
||||||
|
Loading…
Reference in New Issue
Block a user