From 2566dc6e8e741b0b19e00c8e2839809329031c0e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 20 Nov 2007 13:54:42 +0100 Subject: How to prepare the GCC SVN checkouts. --- hurd/building/cross-compiling.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) 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 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: -- cgit v1.2.3