Config.in 482 B

12345678910111213141516171819
  1. if BR2_TOOLCHAIN_BUILDROOT_GLIBC
  2. comment "Glibc Options"
  3. config BR2_PACKAGE_GLIBC
  4. bool
  5. default y
  6. select BR2_PACKAGE_LINUX_HEADERS
  7. select BR2_TOOLCHAIN_HAS_SSP if BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
  8. help
  9. https://www.gnu.org/software/libc/
  10. config BR2_PACKAGE_GLIBC_UTILS
  11. bool "Install glibc utilities"
  12. help
  13. Enabling this option will compile and install the getconf,
  14. ldconfig, ldd and locale glibc utilities for the target.
  15. endif # BR2_TOOLCHAIN_BUILDROOT_GLIBC