Config.version 500 B

12345678910111213141516171819202122232425262728
  1. config GCC_VERSION_7
  2. default y if GCC_USE_VERSION_7
  3. bool
  4. config GCC_VERSION_8
  5. default y if GCC_USE_VERSION_8
  6. bool
  7. config GCC_VERSION_9
  8. default y if GCC_USE_VERSION_9
  9. bool
  10. config GCC_VERSION_11
  11. default y if GCC_USE_VERSION_11
  12. bool
  13. config GCC_VERSION
  14. string
  15. default "7.5.0" if GCC_VERSION_7
  16. default "8.4.0" if GCC_VERSION_8
  17. default "9.3.0" if GCC_VERSION_9
  18. default "11.2.0" if GCC_VERSION_11
  19. default "10.3.0"
  20. config GCC_USE_IREMAP
  21. bool
  22. default y if GCC_USE_VERSION_7
  23. default n