summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/binutils/Makefile.inc')
-rw-r--r--toolchain/binutils/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index 1f72612a4..c2ad2076e 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -38,10 +38,10 @@ PKG_SITES:= https://github.com/c-sky/binutils-gdb.git
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_NDS32),y)
-PKG_VERSION:= 2.24-nds32
+PKG_VERSION:= nds32-binutils-2.30-branch-open
+PKG_GIT:= branch
PKG_RELEASE:= 1
-PKG_HASH:= ab1c72aeed2d50403bdf67914e60d936279d065943d83d1c19c20462a7b82cda
-PKG_SITES:= http://distfiles.openadk.org/
+PKG_SITES:= https://github.com/andestech/binutils.git
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_AVR32),y)