Config.version 475 B

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