Config.version 470 B

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