Config.version 424 B

12345678910111213141516171819
  1. config GCC_VERSION_11
  2. default y if GCC_USE_VERSION_11
  3. bool
  4. config GCC_VERSION_12
  5. default y if GCC_USE_VERSION_12
  6. bool
  7. config GCC_VERSION
  8. string
  9. default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
  10. default "11.3.0" if GCC_VERSION_11
  11. default "12.3.0" if GCC_VERSION_12
  12. default "13.2.0"
  13. config GCC_USE_DEFAULT_VERSION
  14. bool
  15. default y if !TOOLCHAINOPTS || GCC_USE_VERSION_13
  16. imply KERNEL_WERROR