Skip to content
Snippets Groups Projects
Commit ed5dde00 authored by Martine Lenders's avatar Martine Lenders
Browse files

qDSA: blacklist LLVM/clang

parent 6a56be53
No related branches found
No related tags found
No related merge requests found
...@@ -11,3 +11,9 @@ endif ...@@ -11,3 +11,9 @@ endif
export QDSA_IMPL export QDSA_IMPL
INCLUDES += -I$(PKGDIRBASE)/qDSA/$(QDSA_IMPL) INCLUDES += -I$(PKGDIRBASE)/qDSA/$(QDSA_IMPL)
ifeq (cortex-m0plus,$(CPU_ARCH))
# There are problems with the LLVM assembler and the Cortex-M0+ instruction
# set with this package
TOOLCHAINS_BLACKLIST += llvm
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment