From f67a4d6511e325d6ebdf1c133029f398c63825aa Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 1 Dec 2008 15:42:27 +0100 Subject: Talk about GCC 4.3 and SVN trunk. --- hurd/building/cross-compiling.mdwn | 41 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn index 8d13a4a7..80239860 100644 --- a/hurd/building/cross-compiling.mdwn +++ b/hurd/building/cross-compiling.mdwn @@ -71,29 +71,40 @@ guarantee is given. Always the preferred version is listed first. $ ( cd gcc-4_1-branch/ && contrib/gcc_update --touch ) - * Recent releases of the 4.1 series from - should also be fine. + * Releases of the 4.1 series from should + also be fine. * SVN `gcc-4_2-branch` $ svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch + * Patches: + + Prepare: $ ( cd gcc-4_2-branch/ && contrib/gcc_update --touch ) + * Releases of the 4.2 series from should + also be fine, but need the same set of patches as the `gcc-4_2-branch` + needs. + + * SVN `gcc-4_3-branch` + + $ svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_3-branch + * Patches: - * Recent releases of the 4.2 series from - should also be fine, but need the same set of patches as the - `gcc-4_2-branch` needs. + Prepare: - - * SVN `trunk` -- upcoming 4.3 series + $ ( cd gcc-4_3-branch/ && contrib/gcc_update --touch ) + + * Releases of the 4.3 series from should + also be fine, but need the same set of patches as the `gcc-4_3-branch` + needs. + + * SVN `trunk` -- upcoming 4.4 series $ svn co svn://gcc.gnu.org/svn/gcc/trunk @@ -101,16 +112,6 @@ guarantee is given. Always the preferred version is listed first. $ ( cd trunk/ && contrib/gcc_update --touch ) - * Patches: - - - - * `src/gnumach`: [[GNU_Mach|microkernel/mach/gnumach]] * CVS `gnumach-1-branch` -- cgit v1.2.3