Config.version 374 B

12345678910111213141516
  1. config BINUTILS_VERSION_2_29_1
  2. bool
  3. config BINUTILS_VERSION_2_31_1
  4. default y if (!TOOLCHAINOPTS && !arc)
  5. bool
  6. config BINUTILS_VERSION_2_32
  7. default y if (!TOOLCHAINOPTS && arc)
  8. bool
  9. config BINUTILS_VERSION
  10. string
  11. default "2.29.1" if BINUTILS_VERSION_2_29_1
  12. default "2.31.1" if BINUTILS_VERSION_2_31_1
  13. default "2.32" if BINUTILS_VERSION_2_32