Config.version 362 B

123456789101112131415161718
  1. config GCC_VERSION_7_1_ARC
  2. default y if (!TOOLCHAINOPTS && arc)
  3. bool
  4. config GCC_VERSION_5
  5. default y if GCC_USE_VERSION_5
  6. bool
  7. config GCC_VERSION_8
  8. default y if GCC_USE_VERSION_8
  9. bool
  10. config GCC_VERSION
  11. string
  12. default "5.5.0" if GCC_VERSION_5
  13. default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
  14. default "8.1.0" if GCC_VERSION_8
  15. default "7.3.0"