Config.in 424 B

123456789101112131415161718192021
  1. # Choose uclibc version.
  2. choice
  3. prompt "uClibc Version"
  4. depends on TOOLCHAINOPTS && USE_UCLIBC
  5. default UCLIBC_USE_VERSION_0_9_33
  6. help
  7. Select the version of uClibc you wish to use.
  8. config UCLIBC_USE_VERSION_0_9_33
  9. select UCLIBC_VERSION_0_9_33
  10. bool "uClibc 0.9.33.2"
  11. endchoice
  12. # Debug version.
  13. config UCLIBC_ENABLE_DEBUG
  14. bool "Build with debug information"
  15. depends on TOOLCHAINOPTS && USE_UCLIBC
  16. default n