Config.version 411 B

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