From: Romain Naour Date: Mon, 8 Jun 2020 22:13:46 +0000 (+0200) Subject: toolchain/toolchain-external/toolchain-external-custom: add gcc 10 version selection X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bc9166ff3b4cee754daf382b6b160aaa31e8a2f;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options index a4430f7169..ee45e73292 100644 --- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options +++ b/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 toolchain. +config BR2_TOOLCHAIN_EXTERNAL_GCC_10 + bool "10.x" + select BR2_TOOLCHAIN_GCC_AT_LEAST_10 + config BR2_TOOLCHAIN_EXTERNAL_GCC_9 bool "9.x" select BR2_TOOLCHAIN_GCC_AT_LEAST_9