Config.version 555 B

123456789101112131415161718192021222324
  1. config BINUTILS_VERSION_2_27
  2. bool
  3. config BINUTILS_VERSION_2_28
  4. bool
  5. config BINUTILS_VERSION_2_29_ARC
  6. default y if (!TOOLCHAINOPTS && arc)
  7. bool
  8. config BINUTILS_VERSION_2_29_1
  9. default y if (!TOOLCHAINOPTS && !arc)
  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