summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-03-05 11:10:26 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-03-05 11:10:26 +0100
commit1ca0856d2333227072e16d2029662ae7e80d44e5 (patch)
tree69ab866761a6c2f4302089112f8635303b6073b8 /toolchain
parent4018696ee3ca4a5746a8ea89de654907f8625768 (diff)
or1k: use musl branch for gcc-5.2.0
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index d2bf5f2e3..a2a36fde7 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -11,7 +11,8 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
LIBSTDCXXVER:= 21
endif
ifeq ($(ADK_TOOLCHAIN_GCC_5_2_OR1K),y)
-PKG_VERSION:= 3455e5a172b0d178b88799b11a8897141b324b4e
+PKG_VERSION:= musl-5.2.0
+PKG_GIT:= branch
PKG_SITES:= https://github.com/openrisc/or1k-gcc.git
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz