--- a/kerneltest/e32test/group/t_drtaeabi.mmp Tue Aug 31 16:34:26 2010 +0300
+++ b/kerneltest/e32test/group/t_drtaeabi.mmp Wed Sep 01 12:34:56 2010 +0100
@@ -16,7 +16,7 @@
TARGET t_drtaeabi.dll
TARGETTYPE dll
-armfpu softvfp
+
SOURCEPATH ../../../kernel/eka/compsupp/rvct
SOURCE aeabidiv0.cpp
@@ -44,15 +44,13 @@
LIBRARY euser.lib dfpaeabi.lib dfprvct2_2.lib drtrvct2_2.lib
#elif defined ARMCC_3_1
LIBRARY euser.lib dfpaeabi.lib dfprvct3_1.lib drtrvct3_1.lib scppnwdl.lib
-#elif defined ARMCC_4_0
-LIBRARY euser.lib dfpaeabi.lib scppnwdl.lib
#endif
START ARMCC
ARMRT // we're building a runtime support lib so suppress all the default libraries
ARMINC
// we want the 'pure' versions to go with softvfp
-#if defined ARMCC_3_1 || defined ARMCC_4_0
+#if defined ARMCC_3_1
#ifdef MARM_ARMV5
ARMLIBS c_5.l h_5.l cpprt_5.l
#else