Partial fix for Bug 3689 - at least default to RVCT4_0 when building ROMs
authorWilliam Roberts <williamr@symbian.org>
Mon, 04 Oct 2010 17:27:55 +0100
changeset 283 d79406b5e5f2
parent 282 664ff9a1a8fa
child 284 e76171403744
Partial fix for Bug 3689 - at least default to RVCT4_0 when building ROMs
kernel/eka/compsupp/compsupp.iby
--- a/kernel/eka/compsupp/compsupp.iby	Mon Oct 04 16:16:03 2010 +0100
+++ b/kernel/eka/compsupp/compsupp.iby	Mon Oct 04 17:27:55 2010 +0100
@@ -25,9 +25,9 @@
 #   error "RVCT 2.1 is not supported."
 #endif
 
-// Set a default run-time version. In the future, 3.1 or 4.X should be the default.
+// Set a default run-time version. 
 #if !( defined(RVCT2_2) || defined(RVCT3_1) || defined(RVCT4_0) )
-#   define RVCT2_2
+#   define RVCT4_0
 #endif
 
 #if defined(VFPHELPERS) && !defined(NOVFPHELPERS)