diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 09:04:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 09:04:28 +0100 |
commit | 66999de6aa25a152349c136e57bb1e5205c1455c (patch) | |
tree | a7eb8f66e721babc791c87ec62ae24b73439c9f8 /target/config/Config.in.binutils | |
parent | a621905a0211cf95850ad0125e38a9012c4933a9 (diff) |
revert kvx update, new generated system is slow as hell
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r-- | target/config/Config.in.binutils | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index c2d43bb0e..b93eaf31d 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -6,6 +6,7 @@ prompt "Binutils version" default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_CPU_ARC_ARC32 default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_CPU_ARC_ARC64 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_38 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_BINUTILS_2_42 |