Merge freeldr from amd64 branch:
[reactos.git] / reactos / config-arm.template.rbuild
index 68f7604..1103510 100644 (file)
 
 
 <!--
-       Which CPU ReactOS should be optimized for. Specify one of:
+       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)