Browse Source

update musl to latest stable version

Waldemar Brodkorb 10 years ago
parent
commit
d74c98569c

+ 2 - 2
target/config/Config.in.libc.choice

@@ -104,8 +104,8 @@ config ADK_TARGET_LIB_UCLIBC_0_9_33_2
 	boolean
 	depends on ADK_TARGET_LIB_UCLIBC
 
-config ADK_TARGET_LIB_MUSL_1_1_4
-	prompt "1.1.4"
+config ADK_TARGET_LIB_MUSL_1_1_5
+	prompt "1.1.5"
 	boolean
 	depends on ADK_TARGET_LIB_MUSL
 

+ 1 - 1
target/config/Config.in.libc.default

@@ -22,7 +22,7 @@ config ADK_TARGET_LIBC
 
 config ADK_LIBC_VERSION
 	string
-	default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4
+	default "1.1.5" if ADK_TARGET_LIB_MUSL_1_1_5
 	default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2
 	default "2.20" if ADK_TARGET_LIB_GLIBC_2_20
 	default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \

+ 1 - 1
toolchain/musl/Makefile.inc

@@ -10,5 +10,5 @@ PKG_VERSION:=		$(ADK_LIBC_VERSION)
 PKG_SITES:=		http://www.musl-libc.org/releases/
 endif
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		f18f3bdbe088438cd64a5313c19a7312
+PKG_MD5SUM:=		94f8aa9dab80229fed68991bb9984cc5
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz