diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-21 22:35:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-29 03:43:36 +0200 |
commit | 53361ff7109edba622d927dc9d58c212d0a2f507 (patch) | |
tree | 63367a47caaa9ffbb078f03d32e887832f1475f5 /target/config/Config.in.compiler | |
parent | 4de977100948cc66b892fe4dafa6d2b6fbbe5b34 (diff) |
add basic support for architecture c-sky, not yet working
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 8fdcc7ee5..908440ecd 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -17,6 +17,7 @@ choice prompt "GCC version" depends on ADK_BUILD_COMPILER_GCC default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC +default ADK_TOOLCHAIN_GCC_CSKY if ADK_TARGET_ARCH_CSKY default ADK_TOOLCHAIN_GCC_OR1K if ADK_TARGET_ARCH_OR1K default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_GCC_4_2 if ADK_TARGET_ARCH_METAG @@ -29,6 +30,7 @@ default ADK_TOOLCHAIN_GCC_7 config ADK_TOOLCHAIN_GCC_GIT bool "git" depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CSKY depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K @@ -38,6 +40,7 @@ config ADK_TOOLCHAIN_GCC_GIT config ADK_TOOLCHAIN_GCC_7 bool "7.1.0" depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CSKY depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K @@ -54,6 +57,11 @@ config ADK_TOOLCHAIN_GCC_4_9 depends on ADK_TARGET_ARCH_LM32 depends on ADK_TARGET_SYSTEM_KINETIS_K70 +config ADK_TOOLCHAIN_GCC_CSKY + bool "csky" + select ADK_DISABLE_HONOUR_CFLAGS + depends on ADK_TARGET_ARCH_CSKY + config ADK_TOOLCHAIN_GCC_OR1K bool "or1k" select ADK_DISABLE_HONOUR_CFLAGS |