kumquat-buildroot/package/glibc/Config.in

11 lines
190 B
Plaintext
Raw Normal View History

if BR2_TOOLCHAIN_BUILDROOT_GLIBC
config BR2_PACKAGE_GLIBC
bool
default y
select BR2_PACKAGE_LINUX_HEADERS
select BR2_TOOLCHAIN_HAS_SSP
help
https://www.gnu.org/software/libc/
endif