summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-15 16:21:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-15 16:21:26 +0100
commit229b3477b76393650420feecc6b465fd3d8ed639 (patch)
tree129c5b437c339169f1a00041d409c2e8d2408a53 /mk/build.mk
parentcee2532bfa6909522daf0e02fb6fb042a0a389b2 (diff)
use newer kernel for toolchain building, fix some problems with ppc and m68k toolchains
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 77b70a3f8..07fcbc793 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -544,7 +544,7 @@ endif # ! ifeq ($(strip $(ADK_HAVE_DOT_CONFIG)),y)
# build all target architecture and libc combinations (toolchain only)
bulktoolchain:
- for libc in uclibc eglibc glibc;do \
+ for libc in uclibc eglibc glibc musl;do \
while read arch; do \
mkdir -p $(TOPDIR)/bin/toolchain_$${arch}_$$libc; \
( \