소스 검색

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

This patch allows to use custom external toolchains based on gcc 10.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Romain Naour 5 년 전
부모
커밋
1bc9166ff3
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_10
+	bool "10.x"
+	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
+
 config BR2_TOOLCHAIN_EXTERNAL_GCC_9
 config BR2_TOOLCHAIN_EXTERNAL_GCC_9
 	bool "9.x"
 	bool "9.x"
 	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
 	select BR2_TOOLCHAIN_GCC_AT_LEAST_9