mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:49:47 +01:00
pkg/wamr: blacklist LLVM
This commit is contained in:
parent
77529737b5
commit
639690eeb6
@ -10,3 +10,6 @@ IWASM_INCLUDES += ${IWASM_ROOT}/include \
|
||||
INCLUDES += $(addprefix -I,${IWASM_INCLUDES})
|
||||
|
||||
ARCHIVES += $(BINDIR)/libwamr.a
|
||||
|
||||
# clang stumbles upon the asm syntax, likely it ignores -mthumb
|
||||
TOOLCHAINS_BLACKLIST += llvm
|
||||
|
Loading…
Reference in New Issue
Block a user