diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-26 21:22:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-27 18:50:15 +0200 |
commit | b54977a453891bf53cc35b8b1f17c50c8c669fd9 (patch) | |
tree | 4a9a6b81f563abd1d7c4f6cc39d0d06eb3fecf0e /toolchain | |
parent | 45a9ad52e9180ffd9e01389a6a48542eb5bf66f7 (diff) |
or1k: update kernel and gcc
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 98985c453..6e8a84d61 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -10,8 +10,8 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 21 endif -ifeq ($(ADK_TOOLCHAIN_GCC_5_2_OR1K),y) -PKG_VERSION:= musl-5.2.0 +ifeq ($(ADK_TOOLCHAIN_GCC_5_3_OR1K),y) +PKG_VERSION:= musl-5.3.0 PKG_GIT:= branch PKG_SITES:= https://github.com/openrisc/or1k-gcc.git PKG_RELEASE:= 1 |