Config.version 449 B

123456789101112131415161718192021222324
  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_VERSION_9
  9. default y if GCC_USE_VERSION_9
  10. bool
  11. config GCC_USE_EMBEDDED_PATH_REMAP
  12. default y if ( GCC_VERSION_8 || GCC_VERSION_9 )
  13. default n
  14. bool
  15. config GCC_VERSION
  16. string
  17. default "5.5.0" if GCC_VERSION_5
  18. default "8.3.0" if GCC_VERSION_8
  19. default "9.1.0" if GCC_VERSION_9
  20. default "7.4.0"