Config.version 457 B

123456789101112131415161718192021222324
  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. default y if !TOOLCHAINOPTS
  9. bool
  10. config BINUTILS_VERSION_2_41
  11. bool
  12. config BINUTILS_VERSION
  13. string
  14. default "2.37" if BINUTILS_VERSION_2_37
  15. default "2.38" if BINUTILS_VERSION_2_38
  16. default "2.39" if BINUTILS_VERSION_2_39
  17. default "2.40" if BINUTILS_VERSION_2_40
  18. default "2.41" if BINUTILS_VERSION_2_41