kumquat-buildroot/package/glibc/Config.in

10 lines
147 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
endif