Config.version 404 B

1234567891011121314151617181920212223
  1. config GCC_VERSION_7
  2. default y if GCC_USE_VERSION_7
  3. bool
  4. config GCC_VERSION_9
  5. default y if GCC_USE_VERSION_9
  6. bool
  7. config GCC_VERSION_10
  8. default y if GCC_USE_VERSION_10
  9. bool
  10. config GCC_VERSION
  11. string
  12. default "7.5.0" if GCC_VERSION_7
  13. default "9.3.0" if GCC_VERSION_9
  14. default "10.3.0" if GCC_VERSION_10
  15. default "8.4.0"
  16. config GCC_USE_IREMAP
  17. bool
  18. default y if GCC_USE_VERSION_7
  19. default n