1
0
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:
Marian Buschsieweke 2023-05-21 08:50:32 +02:00 committed by Marian Buschsieweke
parent 77529737b5
commit 639690eeb6
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -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