Config.version 443 B

1234567891011121314151617181920212223
  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_USE_EMBEDDED_PATH_REMAP
  11. default y if GCC_VERSION_8
  12. default n
  13. bool
  14. config GCC_VERSION
  15. string
  16. default "5.5.0" if GCC_VERSION_5
  17. default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
  18. default "8.2.0" if GCC_VERSION_8
  19. default "7.4.0"