Empty OARCH.
[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 Sub-architecture to build for. Specify one of:
17 xbox
18 -->
19 <property name="SARCH" value="" />
20
21
22 <!--
23 Which CPU ReactOS should be optimized for. Specify one of:
24 i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp,
25 k6-2
26
27 See GCC manual for more CPU names and which CPUs GCC can optimize for.
28 -->
29 <property name="OARCH" value="" />
30
31
32 <!--
33 Whether to compile for an uniprocessor or multiprocessor machine.
34 -->
35 <property name="MP" value="0" />
36
37
38 <!--
39 Whether to compile in the integrated kernel debugger.
40 -->
41 <property name="KDBG" value="0" />
42
43
44 <!--
45 Whether to compile for debugging. No compiler optimizations will be
46 performed.
47 -->
48 <property name="DBG" value="1" />
49
50
51 <!--
52 Whether to compile apps/libs with features covered software patents or not.
53 If you live in a country where software patents are valid/apply, don't
54 enable this (except they/you purchased a license from the patent owner).
55 This settings is disabled (0) by default.
56 -->
57 <property name="NSWPAT" value="0" />
58
59 </rbuild>