Browse Source

update to musl 1.1.6

Waldemar Brodkorb 9 years ago
parent
commit
ecb14ecd9a

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

@@ -88,8 +88,8 @@ config ADK_TARGET_LIB_UCLIBC_0_9_33_2
 	bool "0.9.33.2"
 	depends on ADK_TARGET_LIB_UCLIBC
 
-config ADK_TARGET_LIB_MUSL_1_1_5
-	bool "1.1.5"
+config ADK_TARGET_LIB_MUSL_1_1_6
+	bool "1.1.6"
 	depends on ADK_TARGET_LIB_MUSL
 
 config ADK_TARGET_LIB_MUSL_GIT

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

@@ -22,7 +22,7 @@ config ADK_TARGET_LIBC
 
 config ADK_LIBC_VERSION
 	string
-	default "1.1.5" if ADK_TARGET_LIB_MUSL_1_1_5
+	default "1.1.6" if ADK_TARGET_LIB_MUSL_1_1_6
 	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,7 +10,7 @@ DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xz
 else
 PKG_VERSION:=		$(ADK_LIBC_VERSION)
 PKG_RELEASE:=		1
-PKG_HASH:=		352362b1724cc9740f4c3ce0fe02aae45e4de9809ea4ac961f31aedc11b87393
+PKG_HASH:=		5a0160c55c540d5b90158617a57647f1b03209f58d9ee70dbce19d1115b4f1b4
 PKG_SITES:=		http://www.musl-libc.org/releases/
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 endif