doc: fix the command to cross-compile libgmp

This commit is contained in:
Alekos Filini 2019-02-09 00:57:18 +01:00 committed by Rusty Russell
parent 59fa47bf64
commit 21afe1c0f4

View file

@ -296,7 +296,7 @@ Download and build gmp:
wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
tar xvf gmp-6.1.2.tar.xz tar xvf gmp-6.1.2.tar.xz
cd gmp-6.1.2 cd gmp-6.1.2
./configure --disable-assembly --prefix=$QEMU_LD_PREFIX ./configure --disable-assembly --host=$target_host --prefix=$QEMU_LD_PREFIX
make make
make install make install