From: <ped...@us...> - 2009-12-12 14:25:35
|
Revision: 1408 http://cegcc.svn.sourceforge.net/cegcc/?rev=1408&view=rev Author: pedroalves Date: 2009-12-12 14:25:23 +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/rshd/ChangeLog trunk/cegcc/tools/rshd/Makefile Modified: trunk/cegcc/tools/rshd/ChangeLog =================================================================== --- trunk/cegcc/tools/rshd/ChangeLog 2009-12-11 11:50:03 UTC (rev 1407) +++ trunk/cegcc/tools/rshd/ChangeLog 2009-12-12 14:25:23 UTC (rev 1408) @@ -1,3 +1,7 @@ +2009-12-12 Pedro Alves <ped...@us...> + + * Makefile (TARGET): Default to arm-mingw32ce. + 2007-09-08 Pedro Alves <ped...@po...> * rshd.c (create_child): On pipe creation failure, close the pipes Modified: trunk/cegcc/tools/rshd/Makefile =================================================================== --- trunk/cegcc/tools/rshd/Makefile 2009-12-11 11:50:03 UTC (rev 1407) +++ trunk/cegcc/tools/rshd/Makefile 2009-12-12 14:25:23 UTC (rev 1408) @@ -1,4 +1,4 @@ -TARGET=arm-wince-mingw32ce +TARGET=arm-mingw32ce LDFLAGS= CFLAGS=-O0 -g3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |