Default to RVCT3_1, as that's always available - Bug 3357
authorWilliam Roberts <williamr@symbian.org>
Wed, 21 Jul 2010 14:07:54 +0100
changeset 216 14c87eee4ce5
parent 214 aa7a21cbc82b
child 217 96e53742b989
Default to RVCT3_1, as that's always available - Bug 3357
kernel/eka/compsupp/compsupp.iby
--- a/kernel/eka/compsupp/compsupp.iby	Tue Jul 20 09:59:06 2010 +0100
+++ b/kernel/eka/compsupp/compsupp.iby	Wed Jul 21 14:07:54 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. Default to 3.1 which is always available.
 #if !( defined(RVCT2_2) || defined(RVCT3_1) || defined(RVCT4_0) )
-#   define RVCT2_2
+#   define RVCT3_1
 #endif
 
 #if defined(VFPHELPERS) && !defined(NOVFPHELPERS)