Author: sir_richard
Date: Wed Nov 24 16:08:54 2010
New Revision: 49777
URL:
http://svn.reactos.org/svn/reactos?rev=49777&view=rev
Log:
[CONFIG]: Instead of having 4 template rbuild configuration files that must be kept
in-sync, maybe there should be a generic one that they all inherit from?
[CONFIG]: Add new property settings that exist in x86, but not ARM because nobody added
them there. For example, nor cc, nor cache were being built on ARM, because NEWCC was
undefined (which isn't treated as 0 by rbuild).
How I long for CMAKE.
Modified:
trunk/reactos/config-arm.template.rbuild
Modified: trunk/reactos/config-arm.template.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/config-arm.template.rbuild…
==============================================================================
--- trunk/reactos/config-arm.template.rbuild [iso-8859-1] (original)
+++ trunk/reactos/config-arm.template.rbuild [iso-8859-1] Wed Nov 24 16:08:54 2010
@@ -90,4 +90,19 @@
-->
<property name="_ELF_" value="0" />
+<!--
+ Whether to compile the multi processor versions for ntoskrnl and hal.
+-->
+<property name="BUILD_MP" value="1" />
+
+<!--
+ Whether to compile the new cache manager
+-->
+<property name="NEWCC" value="0" />
+
+<!--
+ Whether to compile the new sprintf
+-->
+<property name="NEWSPRINTF" value="0" />
+
</group>