Config.version 336 B

123456789101112131415161718
  1. config GCC_VERSION_8
  2. default y if GCC_USE_VERSION_8
  3. bool
  4. config GCC_VERSION_10
  5. default y if GCC_USE_VERSION_10
  6. bool
  7. config GCC_VERSION_12
  8. default y if GCC_USE_VERSION_12
  9. bool
  10. config GCC_VERSION
  11. string
  12. default "8.4.0" if GCC_VERSION_8
  13. default "10.3.0" if GCC_VERSION_10
  14. default "12.2.0" if GCC_VERSION_12
  15. default "11.3.0"