diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-23 18:10:57 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-23 18:10:57 +0100 |
commit | 818f2a6ea74c80bbda8bdd1e841c02d2e8fe653d (patch) | |
tree | a4b800c373786877b0eb222c66d2ce52693f7fa5 | |
parent | eaa5c29a2daa5010ce63083cf480027cb3315eb5 (diff) |
Binutils 2.19.
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 13 |
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 |