diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-12 15:04:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-12 15:04:30 +0200 |
commit | c7aa35971feff8d26379ff63299219b129fcbe5b (patch) | |
tree | 35f60b34288f62254ac076f253f08b5209586aab /target | |
parent | 44cbb78fa78eb2167290a2072e7815d405c8940b (diff) |
nds32: use binutils/gcc from github
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binutils | 2 | ||||
-rw-r--r-- | target/config/Config.in.compiler | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 6e3d3383c..7f9455f2f 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -38,7 +38,7 @@ config ADK_TOOLCHAIN_BINUTILS_ARC depends on ADK_TARGET_ARCH_ARC config ADK_TOOLCHAIN_BINUTILS_NDS32 - bool "2.24-nds32" + bool "nds32-2.30-open" depends on ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_BINUTILS_CSKY diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index aa692157c..6d0924398 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -88,7 +88,7 @@ config ADK_TOOLCHAIN_GCC_METAG depends on ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_NDS32 - bool "4.9.4-nds32" + bool "nds32-6.3.0-open" depends on ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_GCC_OR1K |