mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/tensorflow-lite: blacklist LLVM for cortexm cpu arch
This commit is contained in:
parent
48fbd446fe
commit
cb50730fea
@ -1 +1,6 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)/tensorflow-lite
|
||||
|
||||
ifneq (,$(filter cortex-m%,$(CPU_ARCH)))
|
||||
# LLVM/clang triggers a hard fault on Cortex-M
|
||||
TOOLCHAINS_BLACKLIST += llvm
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user