Config.in.manual 621 B

1234567891011121314151617181920212223242526
  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. select ADK_PACKAGE_TZDATA
  8. help
  9. embedded GNU C library.
  10. config ADK_PACKAGE_EGLIBC_DBG
  11. prompt "debug symbols package"
  12. tristate
  13. depends on ADK_PACKAGE_EGLIBC
  14. depends on ADK_PACKAGE_GDB
  15. depends on !ADK_DEBUG
  16. default n
  17. help
  18. config ADK_PACKAGE_EGLIBC_STATIC
  19. prompt "eglibc-static........ C library (static version)"
  20. tristate
  21. default n
  22. depends on ADK_TARGET_LIB_EGLIBC
  23. help
  24. embedded GNU C library (static version).