mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
jerryscript: blacklist LLVM/clang
This commit is contained in:
parent
ed5dde00ec
commit
58f71508b9
@ -1,2 +1,9 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)/jerryscript/jerry-core/include
|
||||
INCLUDES += -I$(PKGDIRBASE)/jerryscript/jerry-ext/include
|
||||
|
||||
ifneq (,$(filter cortex-m%,$(CPU_ARCH)))
|
||||
# jerryscript package package is not using system includes right now, so
|
||||
# many newlib hearders (not even stdio.h) is found
|
||||
# Fixed in #9821 (so remove when merged)
|
||||
TOOLCHAINS_BLACKLIST += llvm
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user