Skip to content

Commit

Permalink
musl: update to version 1.1.9
Browse files Browse the repository at this point in the history
Patch to 2015-05-25 to fix ldso related regressions on PPC and MIPS.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45754 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed May 25, 2015
1 parent a6da71d commit b6d4104
Show file tree
Hide file tree
Showing 4 changed files with 807 additions and 95 deletions.
2 changes: 1 addition & 1 deletion toolchain/musl/Config.version
Expand Up @@ -3,6 +3,6 @@ if USE_MUSL
config MUSL_VERSION
string
depends on USE_MUSL
default "1.1.7"
default "1.1.9"

endif
2 changes: 1 addition & 1 deletion toolchain/musl/common.mk
Expand Up @@ -11,7 +11,7 @@ PKG_NAME:=musl
PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION))
PKG_RELEASE=1

PKG_MD5SUM:=6fe9fc4d99a7d321432b3e179c138d73
PKG_MD5SUM:=14e8c5ac74f887d53256b3dcaf9b4aaa

PKG_SOURCE_URL:=http://www.musl-libc.org/releases
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
93 changes: 0 additions & 93 deletions toolchain/musl/patches/001-git-2015-03-28.patch

This file was deleted.

0 comments on commit b6d4104

Please sign in to comment.