1
0

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_30
  7. bool
  8. config BINUTILS_VERSION_2_31_1
  9. default y if (!TOOLCHAINOPTS && !arc)
  10. bool
  11. config BINUTILS_VERSION
  12. string
  13. default "2.29.1" if BINUTILS_VERSION_2_29_1
  14. default "2.30" if BINUTILS_VERSION_2_30
  15. default "2.31.1" if BINUTILS_VERSION_2_31_1
  16. default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC