diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-07 19:44:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-07 19:44:07 +0200 |
commit | 77fecac50a866d45ab500b245f9d1fd9a4e8ea71 (patch) | |
tree | 75351592f1526a61147a5317ef3b7a77f424b145 /target | |
parent | 2f5779978486ad35b58b5b0e25876ab8cc797ba2 (diff) |
gcc: add support for 7.1
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.compiler | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 889aa972b..2a690da69 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -37,6 +37,18 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_OR1K select ADK_DISABLE_HONOUR_CFLAGS +config ADK_TOOLCHAIN_GCC_7 + bool "7.1.0" + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_ARCH_OR1K + depends on !ADK_TARGET_ARCH_RISCV32 + depends on !ADK_TARGET_ARCH_RISCV64 + select ADK_DISABLE_HONOUR_CFLAGS + config ADK_TOOLCHAIN_GCC_6 bool "6.3.0" depends on !ADK_TARGET_ARCH_ARC |