Config.version 220 B

123456789101112
  1. config BINUTILS_VERSION_2_37
  2. default y if !TOOLCHAINOPTS
  3. bool
  4. config BINUTILS_VERSION_2_38
  5. bool
  6. config BINUTILS_VERSION
  7. string
  8. default "2.37" if BINUTILS_VERSION_2_37
  9. default "2.38" if BINUTILS_VERSION_2_38