summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-12-01 15:42:27 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-12-01 15:42:27 +0100
commitf67a4d6511e325d6ebdf1c133029f398c63825aa (patch)
tree75201adcc516607c2b6f21fe5743d6e9506ab52b /hurd
parent66fd74c830e712ffb0efc73cef6dc52283f8e49e (diff)
Talk about GCC 4.3 and SVN trunk.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/building/cross-compiling.mdwn41
1 files changed, 21 insertions, 20 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn
index 8d13a4a7..80239860 100644
--- a/hurd/building/cross-compiling.mdwn
+++ b/hurd/building/cross-compiling.mdwn
@@ -71,29 +71,40 @@ guarantee is given. Always the preferred version is listed first.
$ ( 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.
+ * Releases of the 4.1 series from <ftp://ftp.gnu.org/gnu/gcc/> should
+ also be fine.
* SVN `gcc-4_2-branch`
$ svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch
+ * Patches:
+ <http://lists.gnu.org/archive/html/bug-hurd/2007-11/msg00034.html>
+
Prepare:
$ ( cd gcc-4_2-branch/ && contrib/gcc_update --touch )
+ * 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.
+
+ * SVN `gcc-4_3-branch`
+
+ $ svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_3-branch
+
* 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.
+ Prepare:
- <!--
- GCC 4.3 has not yet been released.
- * SVN `gcc-4_3-branch`
- -->
- * SVN `trunk` -- upcoming 4.3 series
+ $ ( cd gcc-4_3-branch/ && contrib/gcc_update --touch )
+
+ * Releases of the 4.3 series from <ftp://ftp.gnu.org/gnu/gcc/> should
+ also be fine, but need the same set of patches as the `gcc-4_3-branch`
+ needs.
+
+ * SVN `trunk` -- upcoming 4.4 series
$ svn co svn://gcc.gnu.org/svn/gcc/trunk
@@ -101,16 +112,6 @@ guarantee is given. Always the preferred version is listed first.
$ ( cd trunk/ && contrib/gcc_update --touch )
- * Patches:
- <http://lists.gnu.org/archive/html/bug-hurd/2007-12/msg00029.html>
-
- <!--
- GCC 4.3 has not yet been released.
- * Recent releases of the 4.3 series from <ftp://ftp.gnu.org/gnu/gcc/>
- should also be fine, but need the same set of patches as the
- `gcc-4_3-branch` needs.
- -->
-
* `src/gnumach`: [[GNU_Mach|microkernel/mach/gnumach]]
* CVS `gnumach-1-branch`