Config.in 212 B

1234567891011
  1. choice
  2. prompt "glibc version"
  3. depends on TOOLCHAINOPTS && USE_GLIBC
  4. default GLIBC_VERSION_2_14
  5. help
  6. Select the version of glibc you wish to use.
  7. config GLIBC_VERSION_2_14
  8. bool "glibc 2.14"
  9. endchoice