Config.version 298 B

123456789101112131415
  1. config BINUTILS_VERSION_2_32
  2. bool
  3. config BINUTILS_VERSION_2_34
  4. default y if !TOOLCHAINOPTS
  5. bool
  6. config BINUTILS_VERSION_2_35
  7. bool
  8. config BINUTILS_VERSION
  9. string
  10. default "2.32" if BINUTILS_VERSION_2_32
  11. default "2.34" if BINUTILS_VERSION_2_34
  12. default "2.35" if BINUTILS_VERSION_2_35