Config.version 238 B

12345678910111213
  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
  8. string
  9. default "8.4.0" if GCC_VERSION_8
  10. default "10.3.0" if GCC_VERSION_10
  11. default "11.2.0"