diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-05 20:11:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-05 20:11:28 +0100 |
commit | 6190e6a77966f308486bb626e576e7c832d9e456 (patch) | |
tree | 953a80f1787a6de51cbee5159cbd3ffe3ce98a43 | |
parent | dd3a1b26a482f034e8f762a4b3b848c639452846 (diff) |
or1k: bump gcc
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 696ac660c..3b8dce1c2 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -34,7 +34,7 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif ifeq ($(ADK_TOOLCHAIN_GCC_OR1K),y) -PKG_VERSION:= musl-5.3.0 +PKG_VERSION:= musl-5.4.0 PKG_GIT:= branch PKG_SITES:= https://github.com/openrisc/or1k-gcc.git PKG_RELEASE:= 1 |