summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-03 16:14:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-03 16:15:20 +0200
commit0d1b076fba319bbd480d5fcad5d4af33c5acd659 (patch)
tree658f411f3cde03e9146596441fddf5de85e525c5 /target/config/Config.in.binutils
parentfa6fcbc9f75bc5a5962f9dd4327ae80ea35c59a7 (diff)
j2/sh2: fix toolchain compiling
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 077d0a7a0..9142c2d79 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -7,6 +7,7 @@ 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_2_28 if ADK_TARGET_CPU_SH_J2
default ADK_TOOLCHAIN_BINUTILS_2_29
config ADK_TOOLCHAIN_BINUTILS_GIT
@@ -20,6 +21,11 @@ config ADK_TOOLCHAIN_BINUTILS_2_29
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_NDS32
+ depends on !ADK_TARGET_CPU_SH_J2
+
+config ADK_TOOLCHAIN_BINUTILS_2_28
+ bool "2.28"
+ depends on ADK_TARGET_CPU_SH_J2
config ADK_TOOLCHAIN_BINUTILS_NDS32
bool "2.24-nds32"