toolchain/toolchain-external/toolchain-external-custom: add gcc 11 version selection
authorRomain Naour <romain.naour@gmail.com>
Sat, 12 Jun 2021 09:40:14 +0000 (11:40 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 20 Jun 2021 16:59:28 +0000 (18:59 +0200)
This patch allows to use an external toolchain based on gcc 11.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index ba9aeb29ada056e9257f096c2f7b830ff0cdd6d2..4a3345e4a54b726646ac94d3f2a183b24601d2f2 100644 (file)
@@ -31,6 +31,10 @@ choice
          Set to the gcc version that is used by your external
          toolchain.
 
+config BR2_TOOLCHAIN_EXTERNAL_GCC_11
+       bool "11.x"
+       select BR2_TOOLCHAIN_GCC_AT_LEAST_11
+
 config BR2_TOOLCHAIN_EXTERNAL_GCC_10
        bool "10.x"
        select BR2_TOOLCHAIN_GCC_AT_LEAST_10