diff options
-rw-r--r-- | etc/conf.d/distccd-armv8 | 9 |
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" |