summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-21 22:35:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-29 03:43:36 +0200
commit53361ff7109edba622d927dc9d58c212d0a2f507 (patch)
tree63367a47caaa9ffbb078f03d32e887832f1475f5 /target/config/Config.in.binutils
parent4de977100948cc66b892fe4dafa6d2b6fbbe5b34 (diff)
add basic support for architecture c-sky, not yet working
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 2921828e4..c456925f3 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -4,6 +4,7 @@
choice
prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
+default ADK_TOOLCHAIN_BINUTILS_CSKY if ADK_TARGET_ARCH_CSKY
default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_BINUTILS_GIT if ADK_TARGET_ARCH_MIPS
@@ -13,11 +14,13 @@ default ADK_TOOLCHAIN_BINUTILS_2_28
config ADK_TOOLCHAIN_BINUTILS_GIT
bool "git"
depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_BINUTILS_2_28
bool "2.28"
depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_RISCV32
depends on !ADK_TARGET_ARCH_RISCV64
@@ -30,6 +33,10 @@ config ADK_TOOLCHAIN_BINUTILS_ARC
bool "arc-2016.09-release"
depends on ADK_TARGET_ARCH_ARC
+config ADK_TOOLCHAIN_BINUTILS_CSKY
+ bool "2.27-c-sky"
+ depends on ADK_TARGET_ARCH_CSKY
+
config ADK_TOOLCHAIN_BINUTILS_2_20_1
bool "2.20.1"
depends on ADK_TARGET_ARCH_AVR32