blob: df0000f6fb5c3fa5efc4dbc46f265d1368858b78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gecc/files/conf.geccd,v 1.1 2002/10/20 01:50:25 lostlogic Exp $
# Where should gecc store it's cache?
GECCD_CACHE="/var/tmp/geccd-cache"
# The port the compiler cluster will communicate on
GECCD_PORT="42042"
# If this is the central node of the gecc cluster then
# set this to "" otherwise set it to the hostname or IP
# of the central node.
GECCD_CENTRAL=""
# This specifies how many gcc processes will be
# spawned on this machien by gecc
GECCD_JOBS="1"
|