Config.version 471 B

1234567891011121314151617181920212223242526
  1. if USE_EGLIBC
  2. config EGLIBC_VERSION
  3. string
  4. default "2.15" if EGLIBC_VERSION_2_15
  5. default "2.19" if EGLIBC_VERSION_2_19
  6. config EGLIBC_VERSION_2_15
  7. bool
  8. config EGLIBC_VERSION_2_19
  9. default y if !TOOLCHAINOPTS
  10. bool
  11. config EGLIBC_REVISION
  12. string
  13. default "18909" if EGLIBC_VERSION_2_15
  14. default "25243" if EGLIBC_VERSION_2_19
  15. default ""
  16. endif
  17. menu "eglibc configuration"
  18. depends on !TOOLCHAINOPTS && USE_EGLIBC
  19. source toolchain/eglibc/config/Config.in
  20. endmenu