Config.in 516 B

123456789101112131415161718192021222324252627
  1. # Choose uclibc version.
  2. choice
  3. prompt "uClibc Version"
  4. depends on TOOLCHAINOPTS && USE_UCLIBC
  5. default UCLIBC_VERSION_0_9_31
  6. help
  7. Select the version of uClibc you wish to use.
  8. config UCLIBC_VERSION_0_9_30_1
  9. bool "uClibc 0.9.30.1"
  10. config UCLIBC_VERSION_0_9_31
  11. bool "uClibc 0.9.31"
  12. config UCLIBC_VERSION_0_9_32
  13. bool "uClibc 0.9.32 (with nptl support)"
  14. endchoice
  15. # Debug version.
  16. config UCLIBC_ENABLE_DEBUG
  17. bool "Build with debug information"
  18. depends on TOOLCHAINOPTS && USE_UCLIBC
  19. default n