Config.in 403 B

12345678910111213141516171819202122
  1. # Choose musl version.
  2. choice
  3. prompt "musl Version"
  4. depends on TOOLCHAINOPTS && USE_MUSL
  5. default MUSL_USE_VERSION_0_9_15
  6. help
  7. Select the version of musl you wish to use.
  8. config MUSL_USE_VERSION_0_9_15
  9. select MUSL_VERSION_0_9_15
  10. bool "musl 0.9.15"
  11. endchoice
  12. # Debug version.
  13. config MUSL_ENABLE_DEBUG
  14. bool "Build with debug information"
  15. depends on TOOLCHAINOPTS && USE_MUSL
  16. default n