summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-06 03:08:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-06 03:29:21 +0100
commite970fd7bc1045f2becab47872bfa53e6b26d1ecb (patch)
treedf724bea885fa888c8a8a0a085714654c21d78d3 /toolchain/gcc
parent7cb73425031559dab19e613554622bf9e51a6b56 (diff)
or1k: use special gcc branches for uClibc-ng/musl
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile.inc12
1 files changed, 9 insertions, 3 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 476d3528e..8ea044595 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -18,9 +18,15 @@ PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
LIBSTDCXXVER:= 20
endif
-ifeq ($(ADK_TOOLCHAIN_GCC_4_9_OR1K),y)
-PKG_VERSION:= 4.9.2-or1k
-PKG_HASH:= 70b267bf3f8d72d8dd2bec61016357984df47c8ed693d577742bdc326f65f806
+ifeq ($(ADK_TOOLCHAIN_GCC_4_9_OR1K_UCLIBC),y)
+PKG_VERSION:= 80794b79e069d2dc28e15d2843ef55a7066ed9a1
+PKG_SITES:= https://github.com/openrisc/or1k-gcc.git
+PKG_RELEASE:= 1
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
+LIBSTDCXXVER:= 20
+endif
+ifeq ($(ADK_TOOLCHAIN_GCC_5_2_OR1K_MUSL),y)
+PKG_VERSION:= 3455e5a172b0d178b88799b11a8897141b324b4e
PKG_SITES:= https://github.com/openrisc/or1k-gcc.git
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz