summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-11-20 13:54:42 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-11-20 13:54:42 +0100
commit2566dc6e8e741b0b19e00c8e2839809329031c0e (patch)
treed05ad1b9ad269abc6788d81edf40197be281c802 /hurd
parent1641a6a96d43da498999fe44022ec8fa9f3b7838 (diff)
How to prepare the GCC SVN checkouts.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/building/cross-compiling.mdwn8
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>