From 9be7403e325ecbeb68c9674362688c8c3bfcb91e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 Sep 2013 17:29:37 +0200 Subject: update musl libc --- toolchain/musl/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'toolchain/musl/Makefile') 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 -- cgit v1.2.3