summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-03 19:42:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-06 19:18:37 +0200
commitf2c590368753f0d16ae1954ac43940a4d7866faa (patch)
tree64c673df25bee65b981b7c1b85866db547a8f623 /toolchain
parent344889d8726642ed804a4277a0d1e1057f613c68 (diff)
riscv: use glibc 2.26 branch and latest git sources for linux kernel
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/glibc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc
index aca3b78d2..16355c05a 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/toolchain/glibc/Makefile.inc
@@ -14,7 +14,7 @@ PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
PKG_HASH:= e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
endif
ifeq ($(ADK_TARGET_LIB_GLIBC_RISCV),y)
-PKG_VERSION:= riscv-next
+PKG_VERSION:= riscv-glibc-2.26
PKG_RELEASE:= 1
PKG_GIT:= branch
PKG_SITES:= https://github.com/riscv/riscv-glibc.git