Config.in 476 B

12345678910111213141516171819202122
  1. choice
  2. prompt "eglibc version"
  3. depends on TOOLCHAINOPTS && USE_EGLIBC
  4. default EGLIBC_USE_VERSION_2_19
  5. help
  6. Select the version of eglibc you wish to use.
  7. config EGLIBC_USE_VERSION_2_15
  8. bool "eglibc 2.15"
  9. select EGLIBC_VERSION_2_15
  10. depends on BROKEN
  11. config EGLIBC_USE_VERSION_2_19
  12. bool "eglibc 2.19"
  13. select EGLIBC_VERSION_2_19
  14. endchoice
  15. menu "eglibc configuration"
  16. depends on TOOLCHAINOPTS && USE_EGLIBC
  17. source toolchain/eglibc/config/Config.in
  18. endmenu