Config.version 616 B

1234567891011121314151617181920212223242526272829303132
  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_2_43
  15. bool
  16. config BINUTILS_VERSION
  17. string
  18. default "2.37" if BINUTILS_VERSION_2_37
  19. default "2.38" if BINUTILS_VERSION_2_38
  20. default "2.39" if BINUTILS_VERSION_2_39
  21. default "2.40" if BINUTILS_VERSION_2_40
  22. default "2.41" if BINUTILS_VERSION_2_41
  23. default "2.42" if BINUTILS_VERSION_2_42
  24. default "2.43.1" if BINUTILS_VERSION_2_43