diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-09 20:39:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-09 20:39:10 +0100 |
commit | 0782cc87d7f67c1bbb695381657e306fc7977463 (patch) | |
tree | 8d4772a2dfdc6d7a99228301e50695a4cbd5432a /target | |
parent | f3b526e8b863059cc5541020552ee651049ee95e (diff) |
disable gcc 5.2.x for FR-V, need to report a bug
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.gcc b/target/config/Config.in.gcc index c5f9f9bbf..a16ddd242 100644 --- a/target/config/Config.in.gcc +++ b/target/config/Config.in.gcc @@ -27,6 +27,7 @@ config ADK_TOOLCHAIN_GCC_5_2_0 depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_C6X + depends on !ADK_TARGET_ARCH_FRV depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_OR1K |