summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/building/cross-compiling.mdwn22
1 files changed, 21 insertions, 1 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn
index d96e94b3..fb02c507 100644
--- a/hurd/building/cross-compiling.mdwn
+++ b/hurd/building/cross-compiling.mdwn
@@ -74,7 +74,27 @@ guarantee is given. Always the preferred version is listed first.
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.
+ <!--
+ GCC 4.3 has not yet been released.
+ * SVN `gcc-4_3-branch`
+ -->
+ * SVN `trunk` -- upcoming 4.3 series
+
+ $ svn co svn://gcc.gnu.org/svn/gcc/trunk
+
+ Prepare:
+
+ $ ( 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]]