summaryrefslogtreecommitdiff
path: root/etc/conf.d/distccd-armv8
blob: 5a65bd37c45e25b37f287d35c370cda4f5fe7158 (plain)
1
2
3
4
5
6
7
8
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"