1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

pkg/lua: blacklist picolibc feature

This commit is contained in:
Alexandre Abadie 2020-10-15 18:09:04 +02:00
parent 160d9a53b9
commit 8ca1c65f79
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -12,3 +12,8 @@ FEATURES_BLACKLIST += arch_mips32r2
# (undefined reference to _times, _unlink and _link functions in provided
# newlib nano).
FEATURES_BLACKLIST += arch_riscv
# LUA is not compatible with picolibc and raises errors at compile time:
# - lua/liolib.c:671:38: error: '_IOFBF' undeclared (first use in this function)
# - lua/liolib.c:671:46: error: '_IOLBF' undeclared (first use in this function)
FEATURES_BLACKLIST += picolibc