qDSA: blacklist LLVM/clang

This commit is contained in:
Martine Lenders 2018-08-16 20:55:22 +02:00
parent 6a56be5381
commit ed5dde00ec

View File

@ -11,3 +11,9 @@ endif
export 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