Config.in.manual 642 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_STATIC
  11. prompt "eglibc-static........ C library (static version)"
  12. tristate
  13. default n
  14. depends on ADK_TARGET_LIB_EGLIBC
  15. help
  16. embedded GNU C library (static version).
  17. config ADK_PACKAGE_EGLIBC_DEV
  18. prompt "eglibc-dev........... C library development files"
  19. tristate
  20. default n
  21. depends on ADK_TARGET_LIB_EGLIBC
  22. help
  23. embedded GNU C library header files.