Config.version 473 B

123456789101112131415161718192021
  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_2_34
  10. default y if (!TOOLCHAINOPTS && arc)
  11. bool
  12. config BINUTILS_VERSION
  13. string
  14. default "2.29.1" if BINUTILS_VERSION_2_29_1
  15. default "2.31.1" if BINUTILS_VERSION_2_31_1
  16. default "2.32" if BINUTILS_VERSION_2_32
  17. default "2.34" if BINUTILS_VERSION_2_34