summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-31 06:07:18 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-31 06:07:18 +0000
commit1af43b9c239ecfad732635791f3f759155e6f4c3 (patch)
treeaf54e32dcdf0b5ccae5beba3150a9f06e74f792d /toolchain/glibc
parent8e59777050595edcc7b2b9799906d29f4198f224 (diff)
gcc/binutils: update to latest releases, improve riscv support
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/Makefile.inc10
1 files changed, 1 insertions, 9 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc
index 6585d5e3f..134953c4c 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/toolchain/glibc/Makefile.inc
@@ -4,7 +4,7 @@
PKG_NAME:= glibc
ifeq ($(ADK_LIBC_VERSION),git)
PKG_VERSION:= 2.26.90
-PKG_GLIBCVER:= 2.26.90
+PKG_GLIBCVER:= 2.26.9000
PKG_SITES:= git://sourceware.org/git/glibc.git
PKG_RELEASE:= 1
endif
@@ -21,13 +21,5 @@ PKG_GLIBCVER:= 2.25
PKG_GIT:= branch
PKG_SITES:= https://github.com/c-sky/glibc.git
PKG_RELEASE:= 1
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-endif
-ifeq ($(ADK_TARGET_LIB_GLIBC_RISCV),y)
-PKG_VERSION:= riscv-glibc-2.26
-PKG_GLIBCVER:= 2.26
-PKG_RELEASE:= 1
-PKG_GIT:= branch
-PKG_SITES:= https://github.com/riscv/riscv-glibc.git
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz