summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-12 15:04:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-12 15:04:30 +0200
commitc7aa35971feff8d26379ff63299219b129fcbe5b (patch)
tree35f60b34288f62254ac076f253f08b5209586aab /toolchain/binutils/Makefile.inc
parent44cbb78fa78eb2167290a2072e7815d405c8940b (diff)
nds32: use binutils/gcc from github
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)