Config.version 512 B

123456789101112131415161718192021
  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_26_ARC
  9. default y if (!TOOLCHAINOPTS && arc)
  10. bool
  11. config BINUTILS_VERSION
  12. string
  13. default "2.24-linaro" if BINUTILS_VERSION_2_24_LINARO
  14. default "2.25.1" if BINUTILS_VERSION_2_25_1
  15. default "2.26.1" if BINUTILS_VERSION_2_26_1
  16. default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC