diff options
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r-- | target/config/Config.in.binutils | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 8aedee0cc..7e9e70de2 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -6,7 +6,6 @@ prompt "Binutils version" default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32 default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2 -default ADK_TOOLCHAIN_BINUTILS_2_29 if ADK_TARGET_ARCH_CRIS default ADK_TOOLCHAIN_BINUTILS_2_35 config ADK_TOOLCHAIN_BINUTILS_GIT @@ -21,10 +20,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_35 depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_CPU_SH_J2 -config ADK_TOOLCHAIN_BINUTILS_2_29 - bool "2.29.1" - depends on ADK_TARGET_ARCH_CRIS # ld segfault with 2.30 - config ADK_TOOLCHAIN_BINUTILS_2_28 bool "2.28" depends on ADK_TARGET_CPU_SH_J2 |