1
0

Config.version 378 B

1234567891011121314151617181920
  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
  11. string
  12. default "2.37" if BINUTILS_VERSION_2_37
  13. default "2.38" if BINUTILS_VERSION_2_38
  14. default "2.39" if BINUTILS_VERSION_2_39
  15. default "2.40" if BINUTILS_VERSION_2_40