Config.in.manual 615 B

12345678910111213141516171819202122232425
  1. config ADK_PACKAGE_EGLIBC
  2. prompt "eglibc............... embedded GNU C library"
  3. bool
  4. default y if ADK_TARGET_LIB_EGLIBC && !ADK_TOOLCHAIN_ONLY
  5. default n
  6. depends on ADK_TARGET_LIB_EGLIBC
  7. help
  8. embedded GNU C library.
  9. config ADK_PACKAGE_EGLIBC_STATIC
  10. prompt "eglibc-static........ C library (static version)"
  11. tristate
  12. default n
  13. depends on ADK_TARGET_LIB_EGLIBC
  14. help
  15. embedded GNU C library (static version).
  16. config ADK_PACKAGE_EGLIBC_DEV
  17. prompt "eglibc-dev........... C library development files"
  18. tristate
  19. default n
  20. depends on ADK_TARGET_LIB_EGLIBC
  21. help
  22. embedded GNU C library header files.