# HG changeset patch # User Mike Kinghan # Date 1281088425 -3600 # Node ID 973a4e3b29b5a9d4ab8d3b2d3d2e770f973b991d # Parent 888ff8520588bb7882e4fcca68d69a3ded8dde7e Correcting fix for bug 3117. The additions should be controlled by #ifdef __GCCE__, not #ifdef __EABI__ diff -r 888ff8520588 -r 973a4e3b29b5 kernel/eka/common/arm/cmem.cia --- a/kernel/eka/common/arm/cmem.cia Thu Aug 05 10:36:25 2010 +0100 +++ b/kernel/eka/common/arm/cmem.cia Fri Aug 06 10:53:45 2010 +0100 @@ -183,7 +183,7 @@ } -#ifdef __EABI__ +#ifdef __GCCE__ //mikek N.B. These __aeabi_mem functions are also defined in rvct/compsupp/aeabimem.cpp // and should be implemented in the compsupp library, not here, when we build one for gcce.