Browse Source

add musl to bulk builds

Waldemar Brodkorb 11 years ago
parent
commit
2f0d498340
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mk/build.mk

+ 2 - 2
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 \