Config.in 634 B

123456789101112131415161718192021222324252627282930313233
  1. # Choose uclibc version.
  2. choice
  3. prompt "uClibc Version"
  4. depends on TOOLCHAINOPTS && USE_UCLIBC
  5. default UCLIBC_VERSION_0_9_30_1
  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_30_2
  11. bool "uClibc 0.9.30.2"
  12. config UCLIBC_VERSION_0_9_30_3
  13. bool "uClibc 0.9.30.3"
  14. config UCLIBC_VERSION_0_9_31
  15. bool "uClibc 0.9.31"
  16. config UCLIBC_VERSION_0_9_32
  17. bool "uClibc 0.9.32 (with nptl support)"
  18. endchoice
  19. # Debug version.
  20. config UCLIBC_ENABLE_DEBUG
  21. bool "Build with debug information"
  22. depends on TOOLCHAINOPTS && USE_UCLIBC
  23. default n