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
|
# (undefined reference to _times, _unlink and _link functions in provided
|
||||||
# newlib nano).
|
# newlib nano).
|
||||||
FEATURES_BLACKLIST += arch_riscv
|
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…
x
Reference in New Issue
Block a user