Config.version 522 B

123456789101112131415161718192021222324
  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_14
  8. default y if GCC_USE_VERSION_14
  9. bool
  10. config GCC_VERSION
  11. string
  12. default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
  13. default "11.3.0" if GCC_VERSION_11
  14. default "12.3.0" if GCC_VERSION_12
  15. default "14.1.0" if GCC_VERSION_14
  16. default "13.3.0"
  17. config GCC_USE_DEFAULT_VERSION
  18. bool
  19. default y if !TOOLCHAINOPTS || GCC_USE_VERSION_13
  20. imply KERNEL_WERROR