summaryrefslogtreecommitdiff
path: root/toolchain/musl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-14 13:05:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-14 13:05:03 +0200
commitf6060c06d2921f1c832751981b55fa9fe678d167 (patch)
tree6e0a7f1cd829f26deca8be411694ba8148d604eb /toolchain/musl/Makefile
parent1ebda4d177a64d16ecc23e65745fe31001a90af7 (diff)
parente4300f47f3373c6eed269e8ff7c480b1dd79918a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/musl/Makefile')
-rw-r--r--toolchain/musl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile
index 3955e3eda..d2c07d194 100644
--- a/toolchain/musl/Makefile
+++ b/toolchain/musl/Makefile
@@ -16,7 +16,7 @@ $(WRKBUILD)/.headers:
touch $@
$(WRKBUILD)/.compiled:
- $(MAKE) -C $(WRKBUILD) all
+ $(MAKE) CFLAGS='$(TARGET_CFLAGS)' -C $(WRKBUILD) all
touch $@
$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled