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:
parent
160d9a53b9
commit
8ca1c65f79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user