From ea0857cd68054db01dfd9bd8c7acd14339c49826 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Aug 2022 13:17:45 +0200 Subject: binutils: 2.39 removed support for nds32 --- target/config/Config.in.binutils | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/config/Config.in.binutils') diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 45b02c912..2a267f3ed 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_AVR32 if ADK_TARGET_ARCH_AVR32 default ADK_TOOLCHAIN_BINUTILS_KVX if ADK_TARGET_ARCH_KVX default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2 +default ADK_TOOLCHAIN_BINUTILS_2_38 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_BINUTILS_2_39 config ADK_TOOLCHAIN_BINUTILS_GIT @@ -19,6 +20,10 @@ config ADK_TOOLCHAIN_BINUTILS_2_39 depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_KVX +config ADK_TOOLCHAIN_BINUTILS_2_38 + bool "2.38" + depends on ADK_TARGET_ARCH_NDS32 + config ADK_TOOLCHAIN_BINUTILS_2_28 bool "2.28" depends on ADK_TARGET_CPU_SH_J2 -- cgit v1.2.3