diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-18 22:48:18 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-18 23:12:08 +0100 |
commit | b70ce03abc597336f5ab4beb9922a1b3991276ce (patch) | |
tree | 921dd9e24a3c8508b26be9d7e087ef5b9c5bb89c /hurd | |
parent | dbac204504bb5ab36e9d1cd464f07dc7613018c4 (diff) |
Enhance binutils CVS checkout instructions.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 6 |
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. |