diff options
author | Mao Han <han_mao@c-sky.com> | 2018-01-04 09:24:27 +0800 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-06 12:13:05 +0100 |
commit | ecc499d6254006882679c96eed050c985fc0662d (patch) | |
tree | 0d931196bd4c0d48223d8815b9b11b4c38ffc00e /toolchain/glibc | |
parent | 54b25f8acf062fc5229b358eec89316e2f5c0ea7 (diff) |
csky toolchain support glibc
[wbx: added PKG_GLIBCVER]
Diffstat (limited to 'toolchain/glibc')
-rw-r--r-- | toolchain/glibc/Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc index 728fe6270..6585d5e3f 100644 --- a/toolchain/glibc/Makefile.inc +++ b/toolchain/glibc/Makefile.inc @@ -15,6 +15,14 @@ PKG_RELEASE:= 1 PKG_SITES:= ${MASTER_SITE_GNU:=glibc/} PKG_HASH:= e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd endif +ifeq ($(ADK_TARGET_LIB_GLIBC_CSKY),y) +PKG_VERSION:= master +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 |