Config.in 270 B

123456789101112
  1. choice
  2. prompt "glibc version"
  3. depends on TOOLCHAINOPTS && USE_GLIBC && !EXTERNAL_TOOLCHAIN
  4. default GLIBC_USE_VERSION_2_24
  5. help
  6. Select the version of glibc you wish to use.
  7. config GLIBC_USE_VERSION_2_24
  8. bool "glibc 2.24"
  9. select GLIBC_VERSION_2_24
  10. endchoice