Config.version 555 B

123456789101112131415161718192021222324
  1. config BINUTILS_VERSION_2_27
  2. bool
  3. config BINUTILS_VERSION_2_28
  4. default y if (!TOOLCHAINOPTS && !arc)
  5. bool
  6. config BINUTILS_VERSION_2_29_ARC
  7. default y if (!TOOLCHAINOPTS && arc)
  8. bool
  9. config BINUTILS_VERSION_2_29_1
  10. bool
  11. config BINUTILS_VERSION_2_30
  12. bool
  13. config BINUTILS_VERSION
  14. string
  15. default "2.27" if BINUTILS_VERSION_2_27
  16. default "2.28" if BINUTILS_VERSION_2_28
  17. default "2.29.1" if BINUTILS_VERSION_2_29_1
  18. default "2.30" if BINUTILS_VERSION_2_30
  19. default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC