diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index cb3b392cc..4e032954a 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -49,8 +49,8 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz LIBSTDCXXVER:= 21 endif ifeq ($(ADK_TOOLCHAIN_GCC_NDS32),y) -PKG_VERSION:= 4.9.3-nds32 -PKG_HASH:= b628ec1abf03c308b78b1c58d0e8fb90a50e48d195d4a8fc94b80fc1e290a9d5 +PKG_VERSION:= 4.9.4-nds32 +PKG_HASH:= b23ce96df25dfdd5526496a3c2cd7ee1da4ed4094971a2e0c47c73ad7e1ad30a PKG_SITES:= http://distfiles.openadk.org/ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz |