From: <ped...@us...> - 2009-12-12 14:41:40
|
Revision: 1415 http://cegcc.svn.sourceforge.net/cegcc/?rev=1415&view=rev Author: pedroalves Date: 2009-12-12 14:41:34 +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/abicheck/ChangeLog trunk/cegcc/tools/abicheck/Makefile Modified: trunk/cegcc/tools/abicheck/ChangeLog =================================================================== --- trunk/cegcc/tools/abicheck/ChangeLog 2009-12-12 14:40:02 UTC (rev 1414) +++ trunk/cegcc/tools/abicheck/ChangeLog 2009-12-12 14:41:34 UTC (rev 1415) @@ -1,3 +1,7 @@ +2009-12-12 Pedro Alves <ped...@us...> + + * Makefile (TARGET): Default to arm-mingw32ce. + 2007-11-18 Pedro Alves <ped...@po...> Initial release. Modified: trunk/cegcc/tools/abicheck/Makefile =================================================================== --- trunk/cegcc/tools/abicheck/Makefile 2009-12-12 14:40:02 UTC (rev 1414) +++ trunk/cegcc/tools/abicheck/Makefile 2009-12-12 14:41:34 UTC (rev 1415) @@ -1,4 +1,4 @@ -TARGET=arm-wince-mingw32ce +TARGET=arm-mingw32ce CXX=$(TARGET)-g++ STRIP=$(TARGET)-strip CXXFLAGS=-O3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |