summaryrefslogtreecommitdiff
path: root/hurd/building/cross-compiling.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-23 18:10:57 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-11-23 18:10:57 +0100
commit818f2a6ea74c80bbda8bdd1e841c02d2e8fe653d (patch)
treea4b800c373786877b0eb222c66d2ce52693f7fa5 /hurd/building/cross-compiling.mdwn
parenteaa5c29a2daa5010ce63083cf480027cb3315eb5 (diff)
Binutils 2.19.
Diffstat (limited to 'hurd/building/cross-compiling.mdwn')
-rw-r--r--hurd/building/cross-compiling.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn
index 8f9f325f..8d13a4a7 100644
--- a/hurd/building/cross-compiling.mdwn
+++ b/hurd/building/cross-compiling.mdwn
@@ -35,6 +35,19 @@ guarantee is given. Always the preferred version is listed first.
* `src/binutils`: [[GNU_Binutils|binutils]]
+ * CVS `binutils-2_19-branch`
+
+ $ mkdir binutils-2_19-branch
+ $ cd binutils-2_19-branch
+ $ cvs -d:pserver:anoncvs@sources.redhat.com:/cvs/src ↩
+ co -r binutils-2_19-branch binutils
+
+ The sources are rooted in `binutils-2_19-branch/src/`. Also use these
+ commands for updating, instead of the usual `cvs update`.
+
+ * The 2.19 release tarball from <ftp://ftp.gnu.org/gnu/binutils/> should
+ also be fine.
+
* CVS `binutils-2_18-branch`
$ mkdir binutils-2_18-branch