diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-02 23:12:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-02 23:12:02 +0200 |
commit | 797d8166b79d3f2dc06922222aa36d0e39aae8f2 (patch) | |
tree | f4572c75d2ea7ab6336482d0b9c1042e4021432c /target | |
parent | 7d6e8074bb64ca75f03bb3923c8e8492b72096d5 (diff) |
ad experimental gcc 5.1.0 support
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.gcc.choice | 8 |
1 files changed, 8 insertions, 0 deletions
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 |