Skip to content

Commit 9a0c3da

Browse files
author
whitequark
committedAug 21, 2016
doc: add our binutils patch to installing_from_source.
1 parent cea57e2 commit 9a0c3da

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎doc/manual/installing_from_source.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ and the ARTIQ kernels.
3030
* Install OpenRISC binutils (or1k-linux-...): ::
3131

3232
$ cd ~/artiq-dev
33-
$ wget https://ftp.gnu.org/gnu/binutils/binutils-2.26.tar.bz2
34-
$ tar xvf binutils-2.26.tar.bz2
35-
$ cd binutils-2.26
33+
$ wget https://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.bz2
34+
$ tar xvf binutils-2.27.tar.bz2
35+
$ cd binutils-2.27
36+
$ curl -L 'https://github.com/m-labs/conda-recipes/blob/ece4cefbcce5548c5bd7fd4740d71ecd6930065e/conda/binutils-or1k-linux/fix-R_OR1K_GOTOFF-relocations.patch' | patch -p1
3637

3738
$ mkdir build
3839
$ cd build

0 commit comments

Comments
 (0)