Config.version 597 B

12345678910111213141516171819202122232425
  1. config BINUTILS_VERSION_2_24_LINARO
  2. bool
  3. config BINUTILS_VERSION_2_25_1
  4. default y if (!TOOLCHAINOPTS && !arc)
  5. bool
  6. config BINUTILS_VERSION_2_26_1
  7. bool
  8. config BINUTILS_VERSION_2_27
  9. bool
  10. config BINUTILS_VERSION_2_26_ARC
  11. default y if (!TOOLCHAINOPTS && arc)
  12. bool
  13. config BINUTILS_VERSION
  14. string
  15. default "2.24-linaro" if BINUTILS_VERSION_2_24_LINARO
  16. default "2.25.1" if BINUTILS_VERSION_2_25_1
  17. default "2.26.1" if BINUTILS_VERSION_2_26_1
  18. default "2.27" if BINUTILS_VERSION_2_27
  19. default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC