Config.version 333 B

12345678910111213141516171819
  1. config GCC_VERSION_5
  2. default y if GCC_USE_VERSION_5
  3. bool
  4. config GCC_VERSION_8
  5. default y if GCC_USE_VERSION_8
  6. default y if arc
  7. bool
  8. config GCC_USE_EMBEDDED_PATH_REMAP
  9. default y if GCC_VERSION_8
  10. default n
  11. bool
  12. config GCC_VERSION
  13. string
  14. default "5.5.0" if GCC_VERSION_5
  15. default "8.3.0" if GCC_VERSION_8
  16. default "7.5.0"