summarylogtreecommitdiffstats
path: root/distccd-x86_64.config
diff options
context:
space:
mode:
authorgraysky2019-11-03 14:36:30 -0500
committergraysky2019-11-03 14:36:30 -0500
commit2d984a1ae08fb8b39b863c39cefdfcefd6192aad (patch)
tree988f4c4f4fa75896d165f0d05989e6117d8ac704 /distccd-x86_64.config
downloadaur-2d984a1ae08fb8b39b863c39cefdfcefd6192aad.tar.gz
first commit
Diffstat (limited to 'distccd-x86_64.config')
-rw-r--r--distccd-x86_64.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/distccd-x86_64.config b/distccd-x86_64.config
new file mode 100644
index 000000000000..cb636202e2c9
--- /dev/null
+++ b/distccd-x86_64.config
@@ -0,0 +1,9 @@
+#
+# Parameters to be passed to distccd
+#
+# You must explicitly add IPs (or subnets) that are allowed to connect,
+# using the --allow switch. See the distccd manpage for more info.
+#
+
+PATH=/opt/x-tools86/x86_64-pc-linux-gnu/bin:$PATH
+DISTCC_ARGS="--allow-private --log-file /tmp/distccd-x86_64.log"