From: <dan...@us...> - 2006-10-16 18:47:03
|
Revision: 725 http://svn.sourceforge.net/cegcc/?rev=725&view=rev Author: dannybackx Date: 2006-10-16 11:46:53 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Get the profiling support subdirectory to compile in both target environments. Beware: don't install this yet in arm-wince-cegcc. 2006-10-15 Danny Backx <dan...@so...> * configure.in: always configure profile subdirectory. * configure: regenerated due to configure.in changes. * profile/gcrt0.c profile/gmon.c profile/profil.h profile/gmon.h profile/profil.c : changes to get this to compile in our environments. Use only the existing macros UNDER_CE, ARM. Don't use __COREDLL__ except in one place where we needed to undefine it. Modified Paths: -------------- trunk/cegcc/src/mingw/ChangeLog.mingw32ce trunk/cegcc/src/mingw/configure trunk/cegcc/src/mingw/configure.in trunk/cegcc/src/mingw/profile/gcrt0.c trunk/cegcc/src/mingw/profile/gmon.c trunk/cegcc/src/mingw/profile/gmon.h trunk/cegcc/src/mingw/profile/profil.c trunk/cegcc/src/mingw/profile/profil.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |