diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 17:29:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 17:29:37 +0200 |
commit | 9be7403e325ecbeb68c9674362688c8c3bfcb91e (patch) | |
tree | 1e51dc0ce6a686d1725d8b6835c15262f02715b3 /toolchain/musl/Makefile | |
parent | 29df7026088c973b5ba99b48f93b10006e5c0e4c (diff) |
update musl libc
Diffstat (limited to 'toolchain/musl/Makefile')
-rw-r--r-- | toolchain/musl/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |