summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/building/cross-compiling.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn
index c353fc4e..c30e79ca 100644
--- a/hurd/building/cross-compiling.mdwn
+++ b/hurd/building/cross-compiling.mdwn
@@ -35,9 +35,13 @@ guarantee is given. Always the preferred version is listed first.
* CVS `binutils-2_18-branch`
+ $ mkdir binutils-2_18-branch
+ $ cd binutils-2_18-branch
$ cvs -d:pserver:anoncvs@sources.redhat.com:/cvs/src \
co -r binutils-2_18-branch binutils
- $ mv src binutils-2_18-branch
+
+ The sources are rooted in `binutils-2_18-branch/src/`. Also use these
+ commands for updating, instead of the usual `cvs update`.
* The 2.18 release tarball from <ftp://ftp.gnu.org/gnu/binutils/> should
also be fine, as should be all other recent releases.