buildframework/helium/tests/data/bsf/config.bsf
changeset 1 be27ed110b50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/tests/data/bsf/config.bsf	Wed Oct 28 14:39:48 2009 +0000
@@ -0,0 +1,10 @@
+#<bsf>#
+
+# This BSF file is to support building for ARMV6 architecture. The options specified here are same as for ARMV5 except 
+# the --cpu 6 option in INVARIANT_OPTIONS. This specifies to compiler to compile for generic ARMV6. If any other 
+# specific options are required such as --cpu ARM1136J-S, --memaccess -UL41, etc, then it can be done via a different
+# BSF file
+
+CUSTOMIZES VARIANT
+
+VARIANT
\ No newline at end of file