From 9a0c3dae9374cddd5c6c59ec3066d57708b42be9 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 21 Aug 2016 19:55:59 +0000 Subject: [PATCH] doc: add our binutils patch to installing_from_source. --- doc/manual/installing_from_source.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/manual/installing_from_source.rst b/doc/manual/installing_from_source.rst index 3cb58f852..497180e2f 100644 --- a/doc/manual/installing_from_source.rst +++ b/doc/manual/installing_from_source.rst @@ -30,9 +30,10 @@ and the ARTIQ kernels. * Install OpenRISC binutils (or1k-linux-...): :: $ cd ~/artiq-dev - $ wget https://ftp.gnu.org/gnu/binutils/binutils-2.26.tar.bz2 - $ tar xvf binutils-2.26.tar.bz2 - $ cd binutils-2.26 + $ wget https://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.bz2 + $ tar xvf binutils-2.27.tar.bz2 + $ cd binutils-2.27 + $ curl -L 'https://github.com/m-labs/conda-recipes/blob/ece4cefbcce5548c5bd7fd4740d71ecd6930065e/conda/binutils-or1k-linux/fix-R_OR1K_GOTOFF-relocations.patch' | patch -p1 $ mkdir build $ cd build