From: Michael Tremer Date: Thu, 30 Apr 2009 08:55:06 +0000 (+0200) Subject: Compare machine type when sending hosts for distcc. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51ebdbeefcf256a7217700a6375717a1b2dba191;p=ipfire.org.git Compare machine type when sending hosts for distcc. --- diff --git a/build/rpc.py b/build/rpc.py index a613ce62..c912ad71 100644 --- a/build/rpc.py +++ b/build/rpc.py @@ -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,)