From 797d8166b79d3f2dc06922222aa36d0e39aae8f2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 2 May 2015 23:12:02 +0200 Subject: ad experimental gcc 5.1.0 support --- target/config/Config.in.gcc.choice | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/config/Config.in.gcc.choice') diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice index ac909b06a..8f6526790 100644 --- a/target/config/Config.in.gcc.choice +++ b/target/config/Config.in.gcc.choice @@ -17,6 +17,14 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS +config ADK_TOOLCHAIN_GCC_5_1_0 + bool "5.1.0" + depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_C6X + config ADK_TOOLCHAIN_GCC_4_9_2 bool "4.9.2" depends on !ADK_TARGET_ARCH_BFIN -- cgit v1.2.3