summaryrefslogtreecommitdiff
path: root/toolchain/gcc/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/gcc/Makefile.inc
parent44cbb78fa78eb2167290a2072e7815d405c8940b (diff)
nds32: use binutils/gcc from github
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-rw-r--r--toolchain/gcc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index e9c48aa9c..4c2f06db8 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -57,9 +57,9 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
LIBSTDCXXVER:= 19
endif
ifeq ($(ADK_TOOLCHAIN_GCC_NDS32),y)
-PKG_VERSION:= 4.9.4-nds32
+PKG_VERSION:= nds32-6.3.0-open
PKG_HASH:= b23ce96df25dfdd5526496a3c2cd7ee1da4ed4094971a2e0c47c73ad7e1ad30a
-PKG_SITES:= http://distfiles.openadk.org/
+PKG_SITES:= https://github.com/andestech/gcc.git
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif