Config.version 379 B

1234567891011121314151617181920
  1. config BINUTILS_VERSION_2_40
  2. bool
  3. config BINUTILS_VERSION_2_42
  4. default y if !TOOLCHAINOPTS
  5. bool
  6. config BINUTILS_VERSION_2_43
  7. bool
  8. config BINUTILS_VERSION_2_44
  9. bool
  10. config BINUTILS_VERSION
  11. string
  12. default "2.40" if BINUTILS_VERSION_2_40
  13. default "2.42" if BINUTILS_VERSION_2_42
  14. default "2.43.1" if BINUTILS_VERSION_2_43
  15. default "2.44" if BINUTILS_VERSION_2_44