micro-ecc: blacklist LLVM/clang

LLVM/clang can't handle the inline assembler instructions in this
package
This commit is contained in:
Martine Lenders 2018-08-07 16:27:35 +02:00 committed by Martine Lenders
parent c35f78af20
commit 5aaa0b2b2c

View File

@ -1 +1,7 @@
INCLUDES += -I$(PKGDIRBASE)/micro-ecc
ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
# LLVM/clang can't handle the inline assembler instructions on M0 in this
# package
TOOLCHAINS_BLACKLIST += llvm
endif