summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-12-11 11:59:05 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-12-11 11:59:05 +0100
commitdaf9dee27f166214ee4b1c5b8b68a6a07fe0f044 (patch)
treedecd99ff24d5be10e31cfe936e96b75331d57e94 /hurd
parenta7d151d1ea83cf14e25eae23bbd1f693f73264ce (diff)
hurd/building/cross-compiling: Using GCC trunk (upcoming 4.3 series) does work now.
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]]