pkg/lua: exclude RISCV

This commit is contained in:
Alexandre Abadie 2019-10-30 16:11:04 +01:00
parent aaa662b9e0
commit 1055c6497e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -7,3 +7,8 @@ FEATURES_REQUIRED += arch_32bit
# LUA is not supported on MIPS because of missing stdin over UART
FEATURES_BLACKLIST += arch_mips32r2
# LUA is not supported on RISCV because of build issues with the toolchain
# (undefined reference to _times, _unlink and _link functions in provided
# newlib nano).
FEATURES_BLACKLIST += arch_riscv