]> git.ipfire.org Git - ipfire.org.git/commitdiff
Compare machine type when sending hosts for distcc.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 08:55:06 +0000 (10:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 08:55:06 +0000 (10:55 +0200)
build/rpc.py

index a613ce623eb83629dbc04e95b194bd46592ecef5..c912ad715e87d027a496cee8509c9fa7661da0fd 100644 (file)
@@ -48,6 +48,7 @@ def run(uuid, action):
                                                                print "localhost"
                                                        else:
                                                                if ((myself.toolchain() == builder.toolchain()) and \
+                                                                       (myself.machine() == builder.machine()) and \
                                                                        (myself.target() == builder.target())):
                                                                        print "%s" % (builder.distcc,)