Fix for bug 3359 - [GCCE] Undefined references to __aeabi_atexit, __dso_handle in e32test build GCC_SURGE
authorMike Kinghan <mikek@symbian.org>
Wed, 21 Jul 2010 14:46:58 +0100
branchGCC_SURGE
changeset 219 0ff03867bdb6
parent 218 cf8aa66d1b90
child 221 39b39e1a406e
child 225 088cabae939a
Fix for bug 3359 - [GCCE] Undefined references to __aeabi_atexit, __dso_handle in e32test build
kerneltest/e32test/group/d_ldd.mmp
kerneltest/e32test/group/d_ldd2.mmp
kerneltest/e32test/group/d_ldd2_ram.mmp
kerneltest/e32test/group/d_ldd_ram.mmp
kerneltest/e32test/group/d_lddns.mmp
kerneltest/e32test/group/rescontrol_extended_psl.mmp
kerneltest/e32test/group/rescontrol_psl.mmp
kerneltest/e32test/hcr/d_hcrsim_client.mmp
kerneltest/e32test/hcr/d_hcrsim_own.mmp
kerneltest/e32test/hcr/d_hcrut.mmp
--- a/kerneltest/e32test/group/d_ldd.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_ldd.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -29,5 +29,10 @@
 UID		0x100000af
 VENDORID 0x70000001
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 capability		all
 SMPSAFE
--- a/kerneltest/e32test/group/d_ldd2.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_ldd2.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -26,5 +26,10 @@
 
 EPOCALLOWDLLDATA
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 capability		all
 SMPSAFE
--- a/kerneltest/e32test/group/d_ldd2_ram.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_ldd2_ram.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -29,5 +29,10 @@
 romtarget
 ramtarget +
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 capability		all
 SMPSAFE
--- a/kerneltest/e32test/group/d_ldd_ram.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_ldd_ram.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -31,5 +31,10 @@
 romtarget
 RAMTARGET +
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 capability		all
 SMPSAFE
--- a/kerneltest/e32test/group/d_lddns.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_lddns.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -30,5 +30,10 @@
 VENDORID 0x70000001
 RAMTARGET D_LDDNS_ram.LDD
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 capability		all
 SMPSAFE
--- a/kerneltest/e32test/group/rescontrol_extended_psl.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/rescontrol_extended_psl.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -46,6 +46,11 @@
 uid			0x100039d0 0x10285812
 capability 	all
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 start wins
 win32_headers
 end
--- a/kerneltest/e32test/group/rescontrol_psl.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/rescontrol_psl.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -43,9 +43,14 @@
 uid			0x100039d0 0x10285812
 capability 	all
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 start wins
 win32_headers
 end
 
 macro CPU_AFFINITY_ANY
-SMPSAFE
\ No newline at end of file
+SMPSAFE
--- a/kerneltest/e32test/hcr/d_hcrsim_client.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/hcr/d_hcrsim_client.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -33,6 +33,11 @@
 epocallowdlldata
 smpsafe
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 start wins
 win32_headers
 end
--- a/kerneltest/e32test/hcr/d_hcrsim_own.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/hcr/d_hcrsim_own.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -32,6 +32,11 @@
 epocallowdlldata
 smpsafe
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 start wins
 win32_headers
 end
--- a/kerneltest/e32test/hcr/d_hcrut.mmp	Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/hcr/d_hcrut.mmp	Wed Jul 21 14:46:58 2010 +0100
@@ -38,6 +38,11 @@
 epocallowdlldata
 smpsafe
 
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
 start wins
 win32_headers
 end