micro-ecc: blacklist LLVM/clang
LLVM/clang can't handle the inline assembler instructions in this package
This commit is contained in:
parent
c35f78af20
commit
5aaa0b2b2c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user