浏览代码

toolchain/toolchain-external/toolchain-external-custom: add gcc 12 version selection

This patch allows to use an external toolchain based on gcc 12.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Florian Fainelli 3 年之前
父节点
当前提交
6063f2378f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      toolchain/toolchain-external/toolchain-external-custom/Config.in.options

+ 4 - 0
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

@@ -31,6 +31,10 @@ choice
 	  Set to the gcc version that is used by your external
 	  Set to the gcc version that is used by your external
 	  toolchain.
 	  toolchain.
 
 
+config BR2_TOOLCHAIN_EXTERNAL_GCC_12
+	bool "12.x"
+	select BR2_TOOLCHAIN_GCC_AT_LEAST_12
+
 config BR2_TOOLCHAIN_EXTERNAL_GCC_11
 config BR2_TOOLCHAIN_EXTERNAL_GCC_11
 	bool "11.x"
 	bool "11.x"
 	select BR2_TOOLCHAIN_GCC_AT_LEAST_11
 	select BR2_TOOLCHAIN_GCC_AT_LEAST_11