summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2016-05-01 09:29:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-01 14:41:47 +0200
commit8f972c2aeda83dfeae8b5e7c66ffaa8e5d8a9361 (patch)
tree55382c4391f1ec4801f91a63b44f06d3f594fcfc /toolchain/toolchain-external
parent76165265afdae1cb41f1b7523f06beb23b84d41c (diff)
downloadbuildroot-8f972c2aeda83dfeae8b5e7c66ffaa8e5d8a9361.tar.gz
buildroot-8f972c2aeda83dfeae8b5e7c66ffaa8e5d8a9361.zip
toolchain-external: add GCC 6.x option
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>
Diffstat (limited to 'toolchain/toolchain-external')
-rw-r--r--toolchain/toolchain-external/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 0236b2ceca..d4e72a822c 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -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
OpenPOWER on IntegriCloud