qDSA: blacklist LLVM/clang
This commit is contained in:
parent
6a56be5381
commit
ed5dde00ec
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user