# HG changeset patch # User Mike Kinghan # Date 1279720018 -3600 # Node ID 0ff03867bdb6b824dc0e830c214a5b281787132d # Parent cf8aa66d1b90b5069147eba55118c05abf9b7998 Fix for bug 3359 - [GCCE] Undefined references to __aeabi_atexit, __dso_handle in e32test build diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/group/d_ldd.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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/group/d_ldd2.mmp --- 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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/group/d_ldd2_ram.mmp --- 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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/group/d_ldd_ram.mmp --- 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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/group/d_lddns.mmp --- 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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/group/rescontrol_extended_psl.mmp --- 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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/group/rescontrol_psl.mmp --- 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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/hcr/d_hcrsim_client.mmp --- 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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/hcr/d_hcrsim_own.mmp --- 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 diff -r cf8aa66d1b90 -r 0ff03867bdb6 kerneltest/e32test/hcr/d_hcrut.mmp --- 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