Parcourir la source

add musl to bulk builds

Waldemar Brodkorb il y a 11 ans
Parent
commit
2f0d498340
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 \