summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
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