Merge freeldr from amd64 branch:
[reactos.git] / reactos / config-arm.template.rbuild
index ee44642..1103510 100644 (file)
 
 
 <!--
-       Sub-architecture to build for. Specify one of:
+       Sub-architecture (board) to build for. Specify one of:
+               kurobox versatile
                
 -->
-<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
 
-       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" />
 
 
+<!--
+       Which CPU ReactOS should be optimized for. See GCC manual for CPU names.
+-->
+<property name="TUNE" value="" />
+
+
 <!--
        What level of optimisation to use.
                0 = off (will not work)
 -->
 <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>