Config.in 383 B

1234567891011121314151617181920
  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_29
  9. bool "uClibc 0.9.29"
  10. config UCLIBC_VERSION_0_9_30_1
  11. bool "uClibc 0.9.30.1"
  12. config UCLIBC_VERSION_NPTL
  13. bool "uClibc NPTL branch"
  14. depends BROKEN
  15. endchoice