diff options
Diffstat (limited to 'toolchain/musl')
-rw-r--r-- | toolchain/musl/Makefile | 7 | ||||
-rw-r--r-- | toolchain/musl/Makefile.inc | 4 | ||||
-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 |