From: <ped...@us...> - 2007-12-25 23:39:58
|
Revision: 1118 http://cegcc.svn.sourceforge.net/cegcc/?rev=1118&view=rev Author: pedroalves Date: 2007-12-25 15:39:57 -0800 (Tue, 25 Dec 2007) Log Message: ----------- * build-mingw32ce.sh: Change default target to arm-mingw32ce. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/build-mingw32ce.sh Modified: trunk/cegcc/src/ChangeLog =================================================================== --- trunk/cegcc/src/ChangeLog 2007-12-25 23:25:15 UTC (rev 1117) +++ trunk/cegcc/src/ChangeLog 2007-12-25 23:39:57 UTC (rev 1118) @@ -1,5 +1,9 @@ 2007-12-25 Pedro Alves <ped...@po...> + * build-mingw32ce.sh: Change default target to arm-mingw32ce. + +2007-12-25 Pedro Alves <ped...@po...> + * build-mingw32ce.sh: Display bootstrapgcc option on `usage`. Move option reporting below option processing. Exit immediatelly if an invalid component is specified. Actually allow specifying a Modified: trunk/cegcc/src/build-mingw32ce.sh =================================================================== --- trunk/cegcc/src/build-mingw32ce.sh 2007-12-25 23:25:15 UTC (rev 1117) +++ trunk/cegcc/src/build-mingw32ce.sh 2007-12-25 23:39:57 UTC (rev 1118) @@ -398,7 +398,7 @@ shift done -export TARGET="arm-unknown-mingw32ce" +export TARGET="arm-mingw32ce" export BUILD=`sh ${BASE_DIRECTORY}/gcc/config.guess` export PATH=${PREFIX}/bin:${PATH} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |