From c710fe540e3763d821eab74621b43d9422cb7e92 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 21 Apr 2009 12:42:47 +0000 Subject: [PATCH] * Machines of type x86_64-linux can do i686-linux builds. --- scripts/build-remote.pl.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in index 7c2797f5d0..258272f7ba 100755 --- a/scripts/build-remote.pl.in +++ b/scripts/build-remote.pl.in @@ -82,7 +82,9 @@ my $rightType = 0; my $machine; my $slotLock; LOOP: foreach my $cur (@machines) { - if ($neededSystem eq $cur->{systemType}) { + if ($neededSystem eq $cur->{systemType} + || ($neededSystem eq "i686-linux" && $cur->{systemType} eq "x86_64-linux")) + { $rightType = 1; # We have a machine of the right type. Try to get a lock on