summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-04 03:03:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-04 03:03:02 +0100
commit9c7797245138ee0e411f2bae618e05a375e1f06f (patch)
tree45d47b510cd0417db2c13424102cdda416dc3cb1 /toolchain/glibc
parentf139fafceb3d6f6fc9211146b2bdea4af4508dac (diff)
riscv: add experimental linux/glibc support
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/Makefile.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc
index f87feb2f8..6aa8cc6eb 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/toolchain/glibc/Makefile.inc
@@ -9,8 +9,14 @@ PKG_RELEASE:= 1
endif
ifeq ($(ADK_TARGET_LIB_GLIBC_2_25),y)
PKG_VERSION:= 2.25
-PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
PKG_RELEASE:= 1
+PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
PKG_HASH:= 067bd9bb3390e79aa45911537d13c3721f1d9d3769931a30c2681bfee66f23a0
endif
+ifeq ($(ADK_TARGET_LIB_GLIBC_RISCV),y)
+PKG_VERSION:= riscv-next
+PKG_RELEASE:= 1
+PKG_GIT:= branch
+PKG_SITES:= https://github.com/riscv/riscv-glibc.git
+endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz