diff options
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn index 97eb40c1..c353fc4e 100644 --- a/hurd/building/cross-compiling.mdwn +++ b/hurd/building/cross-compiling.mdwn @@ -51,18 +51,18 @@ guarantee is given. Always the preferred version is listed first. * Recent releases of the 4.1 series from <ftp://ftp.gnu.org/gnu/gcc/> should also be fine. - Support for the 4.2 series (`gcc-4_2-branch`) and the upcoming 4.3 series - (`trunk`) is being worked on. - -<!-- - - * SVN `gcc-4_2-branch` plus patches. + * SVN `gcc-4_2-branch` $ svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch - TODO. patches: libiberty (?!), config. + * Patches: + <http://lists.gnu.org/archive/html/bug-hurd/2007-11/msg00034.html> ---> + * Recent releases of the 4.2 series from <ftp://ftp.gnu.org/gnu/gcc/> + should also be fine, but need the same set of patches as the + `gcc-4_2-branch` needs. + + Support for the upcoming 4.3 series (`trunk`) is being worked on. * `src/gnumach`: [[GNU_Mach|microkernel/mach/gnumach]] |