about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-04-21T12·42+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-04-21T12·42+0000
commitc710fe540e3763d821eab74621b43d9422cb7e92 (patch)
treee7637a0664d365b2b830ee91f69da8f6f464f824 /scripts
parentd5eab2fc8293e0d14c7fd297bf7512257442295b (diff)
* Machines of type x86_64-linux can do i686-linux builds.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-remote.pl.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in
index 7c2797f5d0ae..258272f7ba12 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