diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-26 04:38:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-27 05:50:46 +0200 |
commit | a73da5a99a13b34e18f98c1ad0c327fdad000257 (patch) | |
tree | 13f2c15f2bf73222282cd5285a69dc1471fc66b8 /target/config/Config.in.compiler | |
parent | cdd54e5dbcc88c265a03afcc408c48cca30df03a (diff) |
sample for SUN JavaStation
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 3d756aa0d..e44f0fbd6 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -51,8 +51,8 @@ config ADK_TOOLCHAIN_GCC_6 config ADK_TOOLCHAIN_GCC_4_9 bool "4.9.4" - depends on ADK_TARGET_ARCH_LM32 - depends on ADK_TARGET_SYSTEM_KINETIS_K70 + depends on ADK_TARGET_ARCH_LM32 \ + || ADK_TARGET_ARCH_SPARC config ADK_TOOLCHAIN_GCC_CSKY bool "csky" |