Config.version 300 B

12345678910111213141516
  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
  9. string
  10. default "2.40" if BINUTILS_VERSION_2_40
  11. default "2.42" if BINUTILS_VERSION_2_42
  12. default "2.43.1" if BINUTILS_VERSION_2_43