Config.version 426 B

1234567891011121314151617181920212223
  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
  11. string
  12. default "5.5.0" if GCC_VERSION_5
  13. default "7.5.0" if GCC_VERSION_7
  14. default "9.2.0" if GCC_VERSION_9
  15. default "8.3.0"
  16. config GCC_USE_IREMAP
  17. bool
  18. default y if ( GCC_USE_VERSION_5 || GCC_USE_VERSION_7 )
  19. default n