|
@@ -2,10 +2,15 @@
|
|
|
# material, please see the LICENCE file in the top-level directory.
|
|
|
|
|
|
PKG_NAME:= glibc
|
|
|
-PKG_VERSION:= 2.19
|
|
|
+ifeq ($(ADK_LIBC_VERSION),git)
|
|
|
+PKG_VERSION:= git
|
|
|
+PKG_REPO:= git://sourceware.org/git/glibc.git
|
|
|
+else
|
|
|
+PKG_VERSION:= $(ADK_LIBC_VERSION)
|
|
|
+PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
|
|
|
+endif
|
|
|
PKG_RELEASE:= 1
|
|
|
PKG_MD5SUM:= e26b8cc666b162f999404b03970f14e4
|
|
|
-PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
|
|
|
GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
|
|
|
--host=$(GNU_TARGET_NAME) \
|
|
|
--with-headers=$(STAGING_TARGET_DIR)/usr/include \
|