]> git.ipfire.org Git - ipfire-3.x.git/blob - .config-default
Cheking in a first version of building the cdrom for a specific cpu.
[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 # Jobs #
46 ###############################################################################
47 # If you have got more than one processor you can advice the gcc 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. #
50 ###############################################################################
51
52 #PARALLELISM=3
53
54 ###############################################################################
55 # Distcc Hosts #
56 ###############################################################################
57 # Distcc lets you run some instances of gcc on other dedicated machines. #
58 # In this list you add the adresses of the hosts. Note that there is no dns #
59 # available in the chroot. #
60 # Default is compling on localhost only. #
61 ###############################################################################
62
63 #DISTCC_HOSTS="localhost"