Config.version 196 B

12345678910111213
  1. config MUSL_VERSION
  2. string
  3. depends on USE_MUSL
  4. default "0.9.8" if MUSL_VERSION_0_9_8
  5. default "0.9.8"
  6. if !TOOLCHAINOPTS
  7. config MUSL_VERSION_0_9_8
  8. default y if USE_MUSL
  9. bool
  10. endif