Config.version 524 B

12345678910111213141516171819202122232425262728
  1. config GCC_VERSION_5
  2. default y if GCC_USE_VERSION_5
  3. bool
  4. config GCC_VERSION_7
  5. default y if GCC_USE_VERSION_7
  6. bool
  7. config GCC_VERSION_9
  8. default y if GCC_USE_VERSION_9
  9. bool
  10. config GCC_VERSION_10
  11. default y if GCC_USE_VERSION_10
  12. bool
  13. config GCC_VERSION
  14. string
  15. default "5.5.0" if GCC_VERSION_5
  16. default "7.5.0" if GCC_VERSION_7
  17. default "9.3.0" if GCC_VERSION_9
  18. default "10.2.0" if GCC_VERSION_10
  19. default "8.4.0"
  20. config GCC_USE_IREMAP
  21. bool
  22. default y if ( GCC_USE_VERSION_5 || GCC_USE_VERSION_7 )
  23. default n