Config.version 466 B

1234567891011121314151617181920212223
  1. config BINUTILS_VERSION_2_32
  2. bool
  3. config BINUTILS_VERSION_2_34
  4. bool
  5. config BINUTILS_VERSION_2_35_2
  6. bool
  7. config BINUTILS_VERSION_2_36_1
  8. bool
  9. config BINUTILS_VERSION_2_37
  10. default y if !TOOLCHAINOPTS
  11. bool
  12. config BINUTILS_VERSION
  13. string
  14. default "2.32" if BINUTILS_VERSION_2_32
  15. default "2.34" if BINUTILS_VERSION_2_34
  16. default "2.35.2" if BINUTILS_VERSION_2_35_2
  17. default "2.36.1" if BINUTILS_VERSION_2_36_1
  18. default "2.37" if BINUTILS_VERSION_2_37