Files
operating-system/buildroot/package/glibc/Config.in
2018-03-17 23:47:00 +00:00

10 lines
147 B
Plaintext

if BR2_TOOLCHAIN_BUILDROOT_GLIBC
config BR2_PACKAGE_GLIBC
bool
default y
select BR2_PACKAGE_LINUX_HEADERS
select BR2_TOOLCHAIN_HAS_SSP
endif