summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/c2l
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/c2l')
-rwxr-xr-xMaster/tlpkg/bin/c2l6
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index aa98c937f47..123e2fda182 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -69,9 +69,7 @@ sub main {
} elsif ($arg eq "norbert" || $arg eq "nor" || $arg eq "gh") {
# see Build/source/.github/ for workflows and scripts.
- for my $p (qw(aarch64-linux
- armhf-linux
- amd64-freebsd
+ for my $p (qw(amd64-freebsd
i386-freebsd i386-linux i386-solaris
x86_64-linux x86_64-linuxmusl x86_64-solaris)) {
system ("$0 $p") && die "github/$p failed";
@@ -80,7 +78,7 @@ sub main {
exit 0;
} elsif ($arg eq "cg" || $arg eq "moj" || $arg eq "mojca") {
- for my $p (qw(x86_64-darwinlegacy
+ for my $p (qw(aarch64-linux armhf-linux x86_64-darwinlegacy
)) {
system ("$0 $p") && die "cg/$p failed";
}