From: <ped...@us...> - 2009-02-07 22:59:08
|
Revision: 1219 http://cegcc.svn.sourceforge.net/cegcc/?rev=1219&view=rev Author: pedroalves Date: 2009-02-07 22:59:03 +0000 (Sat, 07 Feb 2009) Log Message: ----------- * VERSIONS: Update to reflect recent binutils, w32api and mingw merges from upstream. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/VERSIONS Modified: trunk/cegcc/src/ChangeLog =================================================================== --- trunk/cegcc/src/ChangeLog 2009-02-07 22:56:57 UTC (rev 1218) +++ trunk/cegcc/src/ChangeLog 2009-02-07 22:59:03 UTC (rev 1219) @@ -1,3 +1,8 @@ +2009-02-07 Pedro Alves <ped...@us...> + + * VERSIONS: Update to reflect recent binutils, w32api and mingw + merges from upstream. + 2008-09-30 Pedro Alves <ped...@us...> * build-cegcc.sh (COMPONENTS_NUM): Correctly get array size. Modified: trunk/cegcc/src/VERSIONS =================================================================== --- trunk/cegcc/src/VERSIONS 2009-02-07 22:56:57 UTC (rev 1218) +++ trunk/cegcc/src/VERSIONS 2009-02-07 22:59:03 UTC (rev 1219) @@ -1,24 +1,24 @@ -Versions of the subdirectories below are : +Versions of the subdirectories below are: -- gcc 4.1.0 from +- gcc 4.1.0 from + ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.0 gcc-core-4.1.0.tar.bz2 gcc-g++-4.1.0.tar.bz2 - Note : gcc-4.3.2 is added to the source tree as src/gcc-4.3.2, - it's not the default build yet. - - newlib 1.14.0 + ftp://sources.redhat.com/pub/newlib/index.html ftp://sources.redhat.com/pub/newlib/newlib-1.14.0.tar.gz - -- gdb : there is no longer a gdb source in our tree. - We can use the gdb version from the GNU distribution sites without change. - -- binutils from CVS (latest update: 8 January 2008) -- w32api from cvs, 5 February 2007 - cvs -d :pserver:an...@cy...:/cvs/src/winsup/w32api ... +- binutils from cvs, 4 February 2009 -- mingw from cvs, 5 February 2007 - cvs -d :pserver:an...@cy...:/cvs/src/winsup/mingw ... + cvs -d :pserver:an...@so...:/cvs/src ... + +- w32api from cvs, 6 February 2009 + + cvs -d :pserver:an...@cy...:/cvs/src/winsup/w32api ... + +- mingw from cvs, 6 February 2009 + + cvs -d :pserver:an...@cy...:/cvs/src/winsup/mingw ... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |