Explorar el Código

add musl to bulk builds

Waldemar Brodkorb hace 11 años
padre
commit
2f0d498340
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 \