Config.in 386 B

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