Config.version 536 B

12345678910111213141516171819202122232425262728
  1. config BINUTILS_VERSION_2_37
  2. bool
  3. config BINUTILS_VERSION_2_38
  4. bool
  5. config BINUTILS_VERSION_2_39
  6. bool
  7. config BINUTILS_VERSION_2_40
  8. bool
  9. config BINUTILS_VERSION_2_41
  10. bool
  11. config BINUTILS_VERSION_2_42
  12. default y if !TOOLCHAINOPTS
  13. bool
  14. config BINUTILS_VERSION
  15. string
  16. default "2.37" if BINUTILS_VERSION_2_37
  17. default "2.38" if BINUTILS_VERSION_2_38
  18. default "2.39" if BINUTILS_VERSION_2_39
  19. default "2.40" if BINUTILS_VERSION_2_40
  20. default "2.41" if BINUTILS_VERSION_2_41
  21. default "2.42" if BINUTILS_VERSION_2_42