toolchain-external: add GCC 6.x option
authorJörg Krause <joerg.krause@embedded.rocks>
Sun, 1 May 2016 07:29:35 +0000 (09:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 May 2016 12:41:47 +0000 (14:41 +0200)
Commit 519d83bfa0442439026db4e71e605a5c1347e566 adds support for GCC
6. Add an GCC 6.x option for external toolchains, too.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-external/Config.in

index 0236b2ceca43d6a8bbd0b2c49a3b5991bdd6de59..d4e72a822c90eb17de6b84f3475a5c7210d86170 100644 (file)
@@ -768,6 +768,10 @@ choice
          Set to the gcc version that is used by your external
          toolchain.
 
+config BR2_TOOLCHAIN_EXTERNAL_GCC_6
+       bool "6.x"
+       select BR2_TOOLCHAIN_GCC_AT_LEAST_6
+
 config BR2_TOOLCHAIN_EXTERNAL_GCC_5
        bool "5.x"
        select BR2_TOOLCHAIN_GCC_AT_LEAST_5