Config.version 473 B

123456789101112131415161718192021
  1. config GCC_VERSION_4_8_LINARO
  2. default y if (!TOOLCHAINOPTS && !(TARGET_octeon || arc))
  3. bool
  4. config GCC_VERSION_4_8_ARC
  5. default y if (!TOOLCHAINOPTS && arc)
  6. bool
  7. config GCC_VERSION
  8. string
  9. default "5.2.0" if GCC_VERSION_5
  10. default "4.8-linaro" if GCC_VERSION_4_8_LINARO
  11. default "arc-2015.06" if GCC_VERSION_4_8_ARC
  12. default "4.8-linaro"
  13. config GCC_VERSION_4_8
  14. bool
  15. default y if (GCC_VERSION_4_8_LINARO || GCC_VERSION_4_8_ARC)
  16. config GCC_VERSION_5
  17. bool