[PSDK]
[reactos.git] / reactos / config-arm.template.rbuild
index ee44642..dca25d5 100644 (file)
 
 
 <!--
-       Sub-architecture to build for. Specify one of:
+       Sub-architecture (board) to build for. Specify one of:
+               kurobox versatile omap3
                
 -->
-<property name="SARCH" value="" />
+<property name="SARCH" value="versatile" />
 
 
 <!--
-       Which CPU ReactOS should be optimized for. Specify one of:
-               armv4, armv4t, armv5, armv5te
+       Generate instructions for this CPU type. Specify one of:
+               armv5te armv7-a
 
-       See GCC manual for more CPU names and which CPUs GCC can optimize for.
+       See GCC manual for more CPU names.
 -->
-<property name="OARCH" value="armv5te" />
+<property name="OARCH" value="armv7-a" />
+
+
+<!--
+       Which CPU ReactOS should be optimized for. See GCC manual for CPU names.
+-->
+<property name="TUNE" value="" />
 
 
 <!--
@@ -48,8 +55,7 @@
 
 
 <!--
-       Whether to compile for debugging. No compiler optimizations will be
-       performed.
+       Whether to compile for debugging.
 -->
 <property name="DBG" value="1" />
 
 -->
 <property name="_WINKD_" value="0" />
 
+<!--
+       Whether to compile support for ELF files. Do not enable unless you know what
+       you're doing.
+-->
+<property name="_ELF_" value="0" />
+
 </group>