forked from M-Labs/artiq
manual: fix binutils patch download URL
This commit is contained in:
parent
b30734a105
commit
a252b88a36
|
@ -33,7 +33,7 @@ and the ARTIQ kernels.
|
||||||
$ wget https://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.bz2
|
$ wget https://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.bz2
|
||||||
$ tar xvf binutils-2.27.tar.bz2
|
$ tar xvf binutils-2.27.tar.bz2
|
||||||
$ cd binutils-2.27
|
$ 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
|
$ curl -L https://raw.githubusercontent.com/m-labs/conda-recipes/ece4cefbcce5548c5bd7fd4740d71ecd6930065e/conda/binutils-or1k-linux/fix-R_OR1K_GOTOFF-relocations.patch' | patch -p1
|
||||||
|
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
|
|
Loading…
Reference in New Issue