summaryrefslogtreecommitdiff
path: root/toolchain/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-04 17:29:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-04 17:29:37 +0200
commit9be7403e325ecbeb68c9674362688c8c3bfcb91e (patch)
tree1e51dc0ce6a686d1725d8b6835c15262f02715b3 /toolchain/musl
parent29df7026088c973b5ba99b48f93b10006e5c0e4c (diff)
update musl libc
Diffstat (limited to 'toolchain/musl')
-rw-r--r--toolchain/musl/Makefile7
-rw-r--r--toolchain/musl/Makefile.inc4
-rw-r--r--toolchain/musl/patches/0.9.13/libgcc.patch (renamed from toolchain/musl/patches/0.9.12/libgcc.patch)0
3 files changed, 6 insertions, 5 deletions
diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile
index d2c07d194..91a6add88 100644
--- a/toolchain/musl/Makefile
+++ b/toolchain/musl/Makefile
@@ -7,9 +7,10 @@ include Makefile.inc
include ${TOPDIR}/mk/buildhlp.mk
$(WRKBUILD)/.headers:
- (cd $(WRKBUILD); CC='$(TARGET_CC)' CROSS_COMPILE='$(TARGET_CROSS)' ./configure --prefix=/usr \
- --target=$(REAL_GNU_TARGET_NAME) \
- --disable-gcc-wrapper \
+ (cd $(WRKBUILD); CC='$(TARGET_CC)' CROSS_COMPILE='$(TARGET_CROSS)' \
+ ./configure --prefix=/usr \
+ --target=$(REAL_GNU_TARGET_NAME) \
+ --disable-gcc-wrapper \
)
$(MAKE) -C $(WRKBUILD) DESTDIR=$(STAGING_TARGET_DIR) install-headers
touch $(WRKBUILD)/.configured
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index 068c07ef8..83dc75168 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -2,8 +2,8 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= musl
-PKG_VERSION:= 0.9.12
+PKG_VERSION:= 0.9.13
PKG_RELEASE:= 1
-PKG_MD5SUM:= 100c8e932d0785c35b92539f025aa76f
+PKG_MD5SUM:= 6af97d6157a2f4ee7a17af2316389fd7
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/toolchain/musl/patches/0.9.12/libgcc.patch b/toolchain/musl/patches/0.9.13/libgcc.patch
index d382ef1fa..d382ef1fa 100644
--- a/toolchain/musl/patches/0.9.12/libgcc.patch
+++ b/toolchain/musl/patches/0.9.13/libgcc.patch