]> git.ipfire.org Git - ipfire-3.x.git/blob - .config-default
c878b3c47b08d90790789adfd1b7bcf1abdafad5
[ipfire-3.x.git] / .config-default
1 ###############################################################################
2 # #
3 # IPFire.org - A linux based firewall #
4 # Copyright (C) 2007 Michael Tremer & Christian Schmidt #
5 # #
6 # This program is free software: you can redistribute it and/or modify #
7 # it under the terms of the GNU General Public License as published by #
8 # the Free Software Foundation, either version 3 of the License, or #
9 # (at your option) any later version. #
10 # #
11 # This program is distributed in the hope that it will be useful, #
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14 # GNU General Public License for more details. #
15 # #
16 # You should have received a copy of the GNU General Public License #
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. #
18 # #
19 ###############################################################################
20 # This is a sample config. Copy this file to .config and adjust the values #
21 # below to your own needs. #
22 ###############################################################################
23
24 ###############################################################################
25 # Target Architecture #
26 ###############################################################################
27 # TARGET is one out of i686|i586|i486|i386|via-c7|via-c3. #
28 # This is the target architecture you specify for the system that is built. #
29 # Default is i686. #
30 ###############################################################################
31
32 #TARGET=i686
33
34 ###############################################################################
35 # Niceness #
36 ###############################################################################
37 # NICE is the value that indicates the priority to the process it runs with. #
38 # The higher the niceness the less is the priority of the whole task. #
39 # Default is 10. #
40 ###############################################################################
41
42 #NICE=10
43
44 ###############################################################################
45 # Parallelism #
46 ###############################################################################
47 # If you have got more than one processor you can advice make to run more #
48 # than one job a time. You also may want to adjust this when using distcc. #
49 # Default is count of cpus twice + 1. (-jN) #
50 # Possible options: #
51 # -j [N] : N is the number of the parallel jobs. #
52 # -l N : Specify the max. load avg. for the system. #
53 # Read more: http://www.gnu.org/software/automake/manual/make/Parallel.html #
54 ###############################################################################
55
56 #PARALLELISMFLAGS=-j3
57
58 ###############################################################################
59 # Distcc Hosts #
60 ###############################################################################
61 # Distcc lets you run some instances of gcc on other dedicated machines. #
62 # In this list you add the adresses of the hosts. Note that there is no dns #
63 # available in the chroot. #
64 # Default is compling on localhost only. #
65 ###############################################################################
66
67 #DISTCC_HOSTS="localhost"