set svn:eol-style to native for *.rbuild
[reactos.git] / reactos / config-ppc.template.rbuild
1 <?xml version="1.0"?>
2 <rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
3
4 <!--
5 This file is a template used as a starting point for compile-time
6 configuration of ReactOS. Make a copy of this file and name it config.rbuild.
7 Then change the options in config.rbuild. If you don't have a config.rbuild file,
8 then the defaults in this file, config.template.rbuild, will be used instead.
9
10 Boolean options can obtain the values 0 (disabled) or 1 (enabled). String
11 options can obtain any value specified in the comment before it.
12 -->
13
14
15 <!--
16 Architecture to build for. Specify one of:
17 i386
18 -->
19 <property name="ARCH" value="powerpc" />
20
21 <!--
22 Sub-architecture to build for. Specify one of:
23 xbox
24 -->
25 <property name="SARCH" value="" />
26
27
28 <!--
29 Which CPU ReactOS should be optimized for. Specify one of:
30 i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp,
31 k6-2
32
33 See GCC manual for more CPU names and which CPUs GCC can optimize for.
34 -->
35 <property name="OARCH" value="i486" />
36
37
38 <!--
39 Whether to compile for an uniprocessor or multiprocessor machine.
40 -->
41 <property name="MP" value="0" />
42
43
44 <!--
45 Whether to compile in the integrated kernel debugger.
46 -->
47 <property name="KDBG" value="0" />
48
49
50 <!--
51 Whether to compile for debugging. No compiler optimizations will be
52 performed.
53 -->
54 <property name="DBG" value="1" />
55
56 </rbuild>