summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-30 22:29:28 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-30 22:29:28 +0800
commit222737ed238263026d94466055327c25b0a638f8 (patch)
treec5bbab08d4d9f6925445b380814b568048b7ab4a
parent12295f63e51ea3c56ed4b04d4fa2e32c13e7cf72 (diff)
add default
-rw-r--r--etc/conf.d/distccd-armv89
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/conf.d/distccd-armv8 b/etc/conf.d/distccd-armv8
new file mode 100644
index 00000000..5a65bd37
--- /dev/null
+++ b/etc/conf.d/distccd-armv8
@@ -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-tools8/aarch64-unknown-linux-gnu/bin:$PATH
+DISTCC_ARGS="--allow-private --log-level info --log-file /tmp/distccd-armv8.log --port 3636"