diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-17 11:05:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-17 11:06:15 +0200 |
commit | 519a152d62a4f912be8bf32c1a47f3d870393e72 (patch) | |
tree | cab06d86f8842b6eb5373a73a8b04dd7c61f305a /toolchain/gcc | |
parent | f3788c648722b15a904ceef0aafb4af11a711342 (diff) |
or1k: use gcc7.x branch for testing
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index d6c07d5f8..fa897fe3c 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -42,12 +42,12 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif ifeq ($(ADK_TOOLCHAIN_GCC_OR1K),y) -PKG_VERSION:= musl-5.4.0 +PKG_VERSION:= or1k-7-2 PKG_GIT:= branch -PKG_SITES:= https://github.com/openrisc/or1k-gcc.git +PKG_SITES:= https://github.com/rth7680/gcc.git PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz -LIBSTDCXXVER:= 21 +LIBSTDCXXVER:= 23 endif ifeq ($(ADK_TOOLCHAIN_GCC_NDS32),y) PKG_VERSION:= 4.9.3-nds32 |