瀏覽代碼

add musl to bulk builds

Waldemar Brodkorb 11 年之前
父節點
當前提交
2f0d498340
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 \