diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-11 22:07:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-12 21:05:54 +0200 |
commit | 8a36e0a51902a2c766da3f10e3075e802baf990e (patch) | |
tree | 8394c2795c8c12cadcae62caf6e78c20cf342870 | |
parent | c58facda994962d13057fdd57fd3ae3b7887d992 (diff) |
Revert "or1k: use gcc7.x branch for testing"
This reverts commit 519a152d62a4f912be8bf32c1a47f3d870393e72.
-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 e646e5536..ea1d3ccd6 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -34,12 +34,12 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif ifeq ($(ADK_TOOLCHAIN_GCC_OR1K),y) -PKG_VERSION:= or1k-7-2 +PKG_VERSION:= musl-5.4.0 PKG_GIT:= branch -PKG_SITES:= https://github.com/rth7680/gcc.git +PKG_SITES:= https://github.com/openrisc/or1k-gcc.git PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz -LIBSTDCXXVER:= 23 +LIBSTDCXXVER:= 21 endif ifeq ($(ADK_TOOLCHAIN_GCC_NDS32),y) PKG_VERSION:= 4.9.3-nds32 |