From: <ped...@us...> - 2009-12-12 14:32:36
|
Revision: 1411 http://cegcc.svn.sourceforge.net/cegcc/?rev=1411&view=rev Author: pedroalves Date: 2009-12-12 14:32:29 +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/libcwd/ChangeLog trunk/cegcc/tools/libcwd/Makefile Modified: trunk/cegcc/tools/libcwd/ChangeLog =================================================================== --- trunk/cegcc/tools/libcwd/ChangeLog 2009-12-12 14:30:58 UTC (rev 1410) +++ trunk/cegcc/tools/libcwd/ChangeLog 2009-12-12 14:32:29 UTC (rev 1411) @@ -1,3 +1,7 @@ +2009-12-12 Pedro Alves <ped...@us...> + + * Makefile (TARGET): Default to arm-mingw32ce. + 2007-09-02 Pedro Alves <ped...@po...> * cwd.h (libcwd_fixpath): Declare. Modified: trunk/cegcc/tools/libcwd/Makefile =================================================================== --- trunk/cegcc/tools/libcwd/Makefile 2009-12-12 14:30:58 UTC (rev 1410) +++ trunk/cegcc/tools/libcwd/Makefile 2009-12-12 14:32:29 UTC (rev 1411) @@ -1,4 +1,4 @@ -TARGET=arm-wince-mingw32ce +TARGET=arm-mingw32ce LDFLAGS= INCLUDES=-I. CFLAGS=-O0 -g3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |