diff options
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn index 08b1656a..af22d8ee 100644 --- a/hurd/building/cross-compiling.mdwn +++ b/hurd/building/cross-compiling.mdwn @@ -52,6 +52,10 @@ guarantee is given. Always the preferred version is listed first. $ svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch + Prepare: + + $ ( cd gcc-4_1-branch/ && contrib/gcc_update --touch ) + * Recent releases of the 4.1 series from <ftp://ftp.gnu.org/gnu/gcc/> should also be fine. @@ -59,6 +63,10 @@ guarantee is given. Always the preferred version is listed first. $ svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch + Prepare: + + $ ( cd gcc-4_2-branch/ && contrib/gcc_update --touch ) + * Patches: <http://lists.gnu.org/archive/html/bug-hurd/2007-11/msg00034.html> |