Config.version 241 B

12345678910111213
  1. config GCC_VERSION_11
  2. default y if GCC_USE_VERSION_11
  3. bool
  4. config GCC_VERSION_13
  5. default y if GCC_USE_VERSION_13
  6. bool
  7. config GCC_VERSION
  8. string
  9. default "11.3.0" if GCC_VERSION_11
  10. default "13.1.0" if GCC_VERSION_13
  11. default "12.3.0"