toolchain/toolchain-external/toolchain-external-custom: add gcc 10 version selection
authorRomain Naour <romain.naour@gmail.com>
Mon, 8 Jun 2020 22:13:46 +0000 (00:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 24 Jun 2020 19:57:43 +0000 (21:57 +0200)
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>
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index a4430f7169989a2cb439df46c8cf1e1385ffd476..ee45e73292b28eefc170f151002d399ab10d1401 100644 (file)
@@ -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