Skip to content

Commit

Permalink
doc: fix the command to cross-compile libgmp
Browse files Browse the repository at this point in the history
  • Loading branch information
afilini authored and rustyrussell committed Feb 18, 2019
1 parent 59fa47b commit 21afe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Download and build gmp:
wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
tar xvf gmp-6.1.2.tar.xz
cd gmp-6.1.2
./configure --disable-assembly --prefix=$QEMU_LD_PREFIX
./configure --disable-assembly --host=$target_host --prefix=$QEMU_LD_PREFIX
make
make install

Expand Down

0 comments on commit 21afe1c

Please sign in to comment.