diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-23 12:51:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-23 12:51:59 +0200 |
commit | 2f0d4983409f3e92b9d55bde57dc7e79376f6576 (patch) | |
tree | 2a8b22f9ab62e077ef464ce064d010a48d1fe6f2 | |
parent | 56f86567c534fcbd81e1f5374ffb09826902bb51 (diff) |
add musl to bulk builds
-rw-r--r-- | mk/build.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build.mk b/mk/build.mk index e69821db0..83e34ddf8 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -590,7 +590,7 @@ bulk: done bulkall: - for libc in uclibc eglibc glibc;do \ + for libc in uclibc eglibc glibc musl;do \ while read arch; do \ systems=$$(./scripts/getsystems $$arch| grep -v toolchain|grep -v qemu); \ for system in $$systems;do \ @@ -608,7 +608,7 @@ bulkall: done bulkallmod: - for libc in uclibc eglibc glibc;do \ + for libc in uclibc eglibc glibc musl;do \ while read arch; do \ systems=$$(./scripts/getsystems $$arch| grep -v toolchain|grep -v qemu); \ for system in $$systems;do \ |