Config.in.manual 599 B

12345678910111213141516171819202122
  1. config ADK_COMPILE_EGLIBC
  2. tristate
  3. depends on ADK_PACKAGE_EGLIBC || ADK_PACKAGE_EGLIBC_DEV
  4. default n
  5. config ADK_PACKAGE_EGLIBC
  6. prompt "eglibc............................ embedded GNU C library"
  7. boolean
  8. select ADK_COMPILE_EGLIBC
  9. depends on ADK_TARGET_LIB_EGLIBC
  10. default y if ADK_TARGET_LIB_EGLIBC && !ADK_TOOLCHAIN_ONLY
  11. help
  12. embedded GNU C library
  13. config ADK_PACKAGE_EGLIBC_DEV
  14. prompt "eglibc-dev........................ embedded GNU C library header files"
  15. tristate
  16. default n
  17. select ADK_COMPILE_EGLIBC
  18. depends on ADK_TARGET_LIB_EGLIBC
  19. help
  20. embedded GNU C library header files