From: <ped...@us...> - 2009-12-12 14:40:18
|
Revision: 1414 http://cegcc.svn.sourceforge.net/cegcc/?rev=1414&view=rev Author: pedroalves Date: 2009-12-12 14:40:02 +0000 (Sat, 12 Dec 2009) Log Message: ----------- 2009-12-12 Pedro Alves <ped...@us...> * Makefile (TARGET): Default to arm-mingw32ce. Modified Paths: -------------- trunk/cegcc/tools/rcp2/ChangeLog trunk/cegcc/tools/rcp2/Makefile Modified: trunk/cegcc/tools/rcp2/ChangeLog =================================================================== --- trunk/cegcc/tools/rcp2/ChangeLog 2009-12-12 14:34:40 UTC (rev 1413) +++ trunk/cegcc/tools/rcp2/ChangeLog 2009-12-12 14:40:02 UTC (rev 1414) @@ -1,3 +1,7 @@ +2009-12-12 Pedro Alves <ped...@us...> + + * Makefile (TARGET): Default to arm-mingw32ce. + 2007-09-03 Pedro Alves <ped...@po...> Initial import. Modified: trunk/cegcc/tools/rcp2/Makefile =================================================================== --- trunk/cegcc/tools/rcp2/Makefile 2009-12-12 14:34:40 UTC (rev 1413) +++ trunk/cegcc/tools/rcp2/Makefile 2009-12-12 14:40:02 UTC (rev 1414) @@ -1,4 +1,4 @@ -TARGET=arm-wince-mingw32ce +TARGET=arm-mingw32ce CFLAGS=-O0 -g3 WARNFLAGS=-Wall -Wextra This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |