diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-17 14:59:05 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-17 14:59:05 +0100 |
commit | 0ffbb2417509c25d8d64dd73215cad26de3dbb0c (patch) | |
tree | 1d34a8796940ad22ee23b267f7b6172019b7351b /hurd | |
parent | 63b5a547f893d69c1e9485330bb9a3faad9c05db (diff) |
GCC 4.2 works with patching.
Diffstat (limited to 'hurd')
-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]] |