32 lines
888 B
Plaintext
32 lines
888 B
Plaintext
if BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
|
|
|
comment "Glibc Options"
|
|
|
|
config BR2_PACKAGE_GLIBC
|
|
bool
|
|
default y
|
|
select BR2_PACKAGE_LINUX_HEADERS
|
|
select BR2_TOOLCHAIN_HAS_SSP if BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
|
|
help
|
|
https://www.gnu.org/software/libc/
|
|
|
|
config BR2_PACKAGE_GLIBC_KERNEL_COMPAT
|
|
bool "Enable compatibility shims to run on older kernels"
|
|
help
|
|
Say 'y' here if you plan on running your system on a kernel
|
|
older than the version used for the toolchain headers.
|
|
|
|
Enabling those compatibility shims may generate a slightly
|
|
bigger and slightly slower glibc library.
|
|
|
|
The oldest supported kernel version depends on the
|
|
architecture.
|
|
|
|
config BR2_PACKAGE_GLIBC_UTILS
|
|
bool "Install glibc utilities"
|
|
help
|
|
Enabling this option will compile and install the getconf,
|
|
ldconfig, ldd and locale glibc utilities for the target.
|
|
|
|
endif # BR2_TOOLCHAIN_BUILDROOT_GLIBC
|